summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorAyman Musa <ayman.musa@intel.com>2017-09-03 10:44:18 +0000
committerAyman Musa <ayman.musa@intel.com>2017-09-03 10:44:18 +0000
commitac12849d329986cfd77a26ee78f54f072b46a136 (patch)
treec8857a19d1ba615ad6169877854c71ba57835865 /llvm/test
parent44cde949355c8f4d3df96610e6f617f94b7e6074 (diff)
downloadbcm5719-llvm-ac12849d329986cfd77a26ee78f54f072b46a136.tar.gz
bcm5719-llvm-ac12849d329986cfd77a26ee78f54f072b46a136.zip
[X86] Add RUN line for LIT test committed in "rL312438: [X86] Fix crash on assert of non-simple type after type-legalization.".
llvm-svn: 312439
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/X86/pr34397.ll4
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/pr34397.ll b/llvm/test/CodeGen/X86/pr34397.ll
index 778968f6d0c..15f36a18479 100644
--- a/llvm/test/CodeGen/X86/pr34397.ll
+++ b/llvm/test/CodeGen/X86/pr34397.ll
@@ -1,4 +1,6 @@
-target triple = "x86_64-unknown-linux-gnu"
+; RUN: llc -mtriple=x86_64-unknown-linux-gnu -mcpu=haswell %s -o - > /dev/null
+
+; Fix PR34397
define internal fastcc <32 x i64> @test(<32 x i64> %s.0.6, <32 x i64> %s.0.7) {
entry:
OpenPOWER on IntegriCloud