We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07e3adf commit 0a0cfeaCopy full SHA for 0a0cfea
llvm/test/Transforms/LoopVectorize/AArch64/scalable-call.ll
@@ -8,8 +8,8 @@
8
define void @vec_load(i64 %N, ptr nocapture %a, ptr nocapture readonly %b) {
9
; CHECK-LABEL: @vec_load
10
; 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]])
+; CHECK: %[[LOAD:.*]] = load <vscale x 2 x double>, ptr
+; CHECK: call <vscale x 2 x double> @foo_vec(<vscale x 2 x double> %[[LOAD]])
13
entry:
14
%cmp7 = icmp sgt i64 %N, 0
15
br i1 %cmp7, label %for.body, label %for.end
0 commit comments