Skip to content

Commit 0a0cfea

Browse files
committed
Revert scalable-call.ll changes
1 parent 07e3adf commit 0a0cfea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/Transforms/LoopVectorize/AArch64/scalable-call.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
define void @vec_load(i64 %N, ptr nocapture %a, ptr nocapture readonly %b) {
99
; CHECK-LABEL: @vec_load
1010
; CHECK: vector.body:
11-
; CHECK: %[[WIDE_LOAD:.*]] = load <vscale x 2 x double>, ptr
12-
; CHECK: call <vscale x 2 x double> @foo_vec(<vscale x 2 x double> %[[WIDE_LOAD]])
11+
; CHECK: %[[LOAD:.*]] = load <vscale x 2 x double>, ptr
12+
; CHECK: call <vscale x 2 x double> @foo_vec(<vscale x 2 x double> %[[LOAD]])
1313
entry:
1414
%cmp7 = icmp sgt i64 %N, 0
1515
br i1 %cmp7, label %for.body, label %for.end

0 commit comments

Comments
 (0)