mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-20 09:30:43 +00: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
|
||
|
}
|