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)
llvm-svn: 355349

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

index 0901e27..277dd5c 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 a18e412..4a7189a 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 badf07d..0f42756 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 92d05f7..3cfe745 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 5588995..5f910ce 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 5923a42..a35aa9f 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"