Skip to content

Commit f52ca63

Browse files
committed
[LAA] Drop x86_64 target triple to fix test on builds with X86.
Follow-up o fix test after 28767af.
1 parent 5ad7a21 commit f52ca63

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/test/Analysis/LoopAccessAnalysis/multiple-strides-rt-memory-checks.ll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,13 @@
2323

2424
; CHECK: function 'Test':
2525
; CHECK: .inner:
26-
; CHECK-NEXT: Memory dependences are safe with a maximum safe vector width of 2048 bits with run-time checks
26+
; CHECK-NEXT: Memory dependences are safe with run-time checks
2727
; CHECK-NEXT: Dependences:
2828
; CHECK-NEXT: Run-time memory checks:
2929
; CHECK: Check 0:
3030
; CHECK: Check 1:
3131

3232
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
33-
target triple = "x86_64-unknown-linux-gnu"
3433

3534
%struct.s = type { [32 x i32], [32 x i32], [32 x [32 x i32]] }
3635

0 commit comments

Comments
 (0)