I think enough general codegen bugs are fixed to allow this to work

on random hosts, lets see!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112172 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2010-08-26 05:52:42 +00:00
parent 8306968c14
commit 4bbdb4c78c

View File

@ -1,7 +1,5 @@
; RUN: true
; llc < %s -march=x86-64
; RUN: true
;llc < %s -march=x86-64 -disable-mmx
; RUN: llc < %s -march=x86-64
; RUN: llc < %s -march=x86-64 -disable-mmx
define <8 x i32> @a(<8 x i16> %a) nounwind {
%c = sext <8 x i16> %a to <8 x i32>