]> granicus.if.org Git - llvm/commitdiff
Fix invalid target triples in tests. (NFC)
authorFlorian Hahn <flo@fhahn.com>
Mon, 4 Mar 2019 23:37:41 +0000 (23:37 +0000)
committerFlorian Hahn <flo@fhahn.com>
Mon, 4 Mar 2019 23:37:41 +0000 (23:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@355349 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/WinEH/wineh-no-demotion.ll
test/CodeGen/WinEH/wineh-statenumbering-cleanups.ll
test/Instrumentation/SanitizerCoverage/cmp-tracing-api-x86_32.ll
test/Transforms/LoadStoreVectorizer/X86/preserve-order32.ll
test/Transforms/LoopStrengthReduce/2011-10-03-CritEdgeMerge.ll
test/Transforms/LoopStrengthReduce/2011-10-06-ReusePhi.ll

index 0901e27c301d0ecc35042dfe9914666e4b18a228..277dd5c0e6a892cd19063472e584e11107be9f1e 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt -mtriple=x86_x64-pc-windows-msvc -S -winehprepare -disable-demotion -disable-cleanups < %s | FileCheck %s
+; RUN: opt -mtriple=x86_64-pc-windows-msvc -S -winehprepare -disable-demotion -disable-cleanups < %s | FileCheck %s
 
 declare i32 @__CxxFrameHandler3(...)
 
index a18e412255e391b897a06792564b2a777d805ad8..4a7189a0ed65d13cefed09a55afab5d2fb009b58 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: sed -e s/.Cxx:// %s | opt -mtriple=x86-pc-windows-msvc -S -x86-winehstate | FileCheck %s
-; RUN: sed -e s/.SEH:// %s | opt -mtriple=x86-pc-windows-msvc -S -x86-winehstate | FileCheck %s
+; RUN: sed -e s/.Cxx:// %s | opt -mtriple=i386-pc-windows-msvc -S -x86-winehstate | FileCheck %s
+; RUN: sed -e s/.SEH:// %s | opt -mtriple=i386-pc-windows-msvc -S -x86-winehstate | FileCheck %s
 
 declare i32 @__CxxFrameHandler3(...)
 declare i32 @_except_handler3(...)
index badf07db2c155d05946ec959655a7204547668b5..0f42756fdcb90fbf704e2b76f0c5aee1053e2b3b 100644 (file)
@@ -1,7 +1,7 @@
 ; Test -sanitizer-coverage-trace-compares=1 API declarations on a non-x86_64 arch
 ; RUN: opt < %s -sancov -sanitizer-coverage-level=1 -sanitizer-coverage-trace-compares=1  -S | FileCheck %s
 
-target triple = "x86_32-unknown-linux-gnu"
+target triple = "i386-unknown-linux-gnu"
 define i32 @foo() #0 {
 entry:
   ret i32 0
index 92d05f76fc61f6423181b3d39f79aafa2b3cbbd8..3cfe7454bafecba6d6e3d227b8d8957860094ccd 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: opt -mtriple=x86-linux -load-store-vectorizer -S -o - %s | FileCheck %s
-; RUN: opt -mtriple=x86-linux -aa-pipeline=basic-aa -passes='function(load-store-vectorizer)' -S -o - %s | FileCheck %s
+; RUN: opt -mtriple=x86_64-unknown-linux -load-store-vectorizer -S -o - %s | FileCheck %s
+; RUN: opt -mtriple=x86_64-unknown-linux -aa-pipeline=basic-aa -passes='function(load-store-vectorizer)' -S -o - %s | FileCheck %s
 
 target datalayout = "e-p:32:32-p1:64:64-p2:64:64-p3:32:32-p4:64:64-p5:32:32-p24:64:64-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-v2048:2048-n32:64"
 
index 5588995a8ce8ec5bc14b561ef4ab12c14a01f843..5f910ce8402d8b7c17790cb878dfc170ff347aa0 100644 (file)
@@ -2,7 +2,7 @@
 ;
 ; Test LSR's use of SplitCriticalEdge during phi rewriting.
 
-target triple = "x86-apple-darwin"
+target triple = "x86_64-apple-darwin"
 
 ; Provide legal integer types.
 target datalayout = "n8:16:32:64"
index 5923a42fa650605499e7e95a7735daa94d8206ba..a35aa9f36fea02f4c3648fca40612b9ffdff5c49 100644 (file)
@@ -3,7 +3,7 @@
 ; Test LSR's intelligence regarding phi reuse.
 ; Verify that scaled GEPs are not reused. rdar://5064068
 
-target triple = "x86-apple-darwin"
+target triple = "x86_64-apple-darwin"
 
 ; Provide legal integer types.
 target datalayout = "n8:16:32:64"