[llvm] r312439 - [X86] Add RUN line for LIT test committed in "rL312438: [X86] Fix crash on assert of non-simple type after type-legalization.".

Ayman Musa via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 3 03:44:18 PDT 2017


Author: aymanmus
Date: Sun Sep  3 03:44:18 2017
New Revision: 312439

URL: http://llvm.org/viewvc/llvm-project?rev=312439&view=rev
Log:
[X86] Add RUN line for LIT test committed in "rL312438: [X86] Fix crash on assert of non-simple type after type-legalization.".

Modified:
    llvm/trunk/test/CodeGen/X86/pr34397.ll

Modified: llvm/trunk/test/CodeGen/X86/pr34397.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/pr34397.ll?rev=312439&r1=312438&r2=312439&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/pr34397.ll (original)
+++ llvm/trunk/test/CodeGen/X86/pr34397.ll Sun Sep  3 03:44:18 2017
@@ -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:




More information about the llvm-commits mailing list