new testcase

llvm-svn: 28006
This commit is contained in:
Chris Lattner 2006-04-28 04:14:29 +00:00
parent f0157cb0bc
commit 7abfb81e30
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
; RUN: llvm-as < %s | opt -reassociate -disable-output
void %foo() {
%tmp162 = sub <4 x float> zeroinitializer, zeroinitializer
%tmp164 = mul <4 x float> zeroinitializer, %tmp162
ret void
}