| ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 6 | |
| ; RUN: llc < %s -mtriple=aarch64 -mattr=+sve | FileCheck %s | |
| define <vscale x 4 x i32> @test_stlf_scalable(ptr %p, <vscale x 4 x i32> %v) { | |
| ; CHECK-LABEL: test_stlf_scalable: | |
| ; CHECK: // %bb.0: | |
| ; CHECK-NEXT: str z0, [x0] | |
| ; CHECK-NEXT: ret | |
| store <vscale x 4 x i32> %v, ptr %p | |
| %res = load <vscale x 4 x i32>, ptr %p | |
| ret <vscale x 4 x i32> %res | |
| } |