forked from OSchip/llvm-project
[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
This commit is contained in:
parent
44cde94935
commit
ac12849d32
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue