brintos

brintos / llvm-project-archived public Read only

0
0
Text · 207 B · 8eb3864 Raw
9 lines · plain
1; RUN: llc < %s -mtriple=i686-- -mattr=+sse22; PR27623define void @foo(ptr %p, ptr %q) {4  %n = load <4 x i32>, ptr %p5  %z = sitofp <4 x i32> %n to <4 x double>6  store <4 x double> %z, ptr %q7  ret void8}9