[llvm] f52ca63 - [LAA] Drop x86_64 target triple to fix test on builds with X86.
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Fri May 10 04:28:00 PDT 2024
Author: Florian Hahn
Date: 2024-05-10T12:27:24+01:00
New Revision: f52ca632787a5d4227689726e14dae6749e1e650
URL: https://github.com/llvm/llvm-project/commit/f52ca632787a5d4227689726e14dae6749e1e650
DIFF: https://github.com/llvm/llvm-project/commit/f52ca632787a5d4227689726e14dae6749e1e650.diff
LOG: [LAA] Drop x86_64 target triple to fix test on builds with X86.
Follow-up o fix test after 28767afd53353d9333b0adf6f0fafa1592092532.
Added:
Modified:
llvm/test/Analysis/LoopAccessAnalysis/multiple-strides-rt-memory-checks.ll
Removed:
################################################################################
diff --git a/llvm/test/Analysis/LoopAccessAnalysis/multiple-strides-rt-memory-checks.ll b/llvm/test/Analysis/LoopAccessAnalysis/multiple-strides-rt-memory-checks.ll
index d96a6ea7c555f..cb50b2c75ccb7 100644
--- a/llvm/test/Analysis/LoopAccessAnalysis/multiple-strides-rt-memory-checks.ll
+++ b/llvm/test/Analysis/LoopAccessAnalysis/multiple-strides-rt-memory-checks.ll
@@ -23,14 +23,13 @@
; CHECK: function 'Test':
; CHECK: .inner:
-; CHECK-NEXT: Memory dependences are safe with a maximum safe vector width of 2048 bits with run-time checks
+; CHECK-NEXT: Memory dependences are safe with run-time checks
; CHECK-NEXT: Dependences:
; CHECK-NEXT: Run-time memory checks:
; CHECK: Check 0:
; CHECK: Check 1:
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
-target triple = "x86_64-unknown-linux-gnu"
%struct.s = type { [32 x i32], [32 x i32], [32 x [32 x i32]] }
More information about the llvm-commits
mailing list