19 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sme -verify-machineinstrs < %s | FileCheck %s3 4 5define i1 @streaming_mode_streaming_compatible() #0 {6; CHECK-LABEL: streaming_mode_streaming_compatible:7; CHECK: // %bb.0:8; CHECK-NEXT: str x30, [sp, #-16]! // 8-byte Folded Spill9; CHECK-NEXT: bl __arm_sme_state10; CHECK-NEXT: and w0, w0, #0x111; CHECK-NEXT: ldr x30, [sp], #16 // 8-byte Folded Reload12; CHECK-NEXT: ret13 %mode = tail call noundef i1 @llvm.aarch64.sme.in.streaming.mode()14 ret i1 %mode15}16 17 18attributes #0 = {nounwind memory(none) "aarch64_pstate_sm_compatible"}19