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 6f6842d commit e1db727Copy full SHA for e1db727
llvm/test/Transforms/LoopVectorize/X86/pr48340.ll
@@ -20,7 +20,7 @@ entry:
20
21
loop:
22
%p2 = phi i64* [ %p, %entry ], [ %p.inc, %loop ]
23
- %p.inc = getelementptr inbounds i64, i64* %p2, i64 4
+ %p.inc = getelementptr inbounds i64, i64* %p2, i64 128
24
%p3 = bitcast i64* %p2 to %0**
25
%v = load %0*, %0** %p3, align 8
26
%b = icmp eq i64* %p.inc, %p.last
@@ -43,7 +43,7 @@ entry:
43
44
45
46
47
%p3 = bitcast i64* %p2 to %1**
48
%v = load %1*, %1** %p3, align 8
49
0 commit comments