[NFC] Re-harden test/Transforms/LoopVectorize/X86/pr48340.ll

This test is quite fragile WRT improvements to the interleaved load cost
modelling. Let's bump the stride way up so that is no longer a concern.
This commit is contained in:
Roman Lebedev 2021-10-22 14:56:04 +03:00
parent 6f6842d782
commit e1db72703f
No known key found for this signature in database
GPG Key ID: 083C3EBB4A1689E0
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ entry:
loop:
%p2 = phi i64* [ %p, %entry ], [ %p.inc, %loop ]
%p.inc = getelementptr inbounds i64, i64* %p2, i64 4
%p.inc = getelementptr inbounds i64, i64* %p2, i64 128
%p3 = bitcast i64* %p2 to %0**
%v = load %0*, %0** %p3, align 8
%b = icmp eq i64* %p.inc, %p.last
@ -43,7 +43,7 @@ entry:
loop:
%p2 = phi i64* [ %p, %entry ], [ %p.inc, %loop ]
%p.inc = getelementptr inbounds i64, i64* %p2, i64 4
%p.inc = getelementptr inbounds i64, i64* %p2, i64 128
%p3 = bitcast i64* %p2 to %1**
%v = load %1*, %1** %p3, align 8
%b = icmp eq i64* %p.inc, %p.last