mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-30 23:42:52 +01:00
8 lines
194 B
LLVM
8 lines
194 B
LLVM
|
; 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
|
||
|
}
|