brintos

brintos / llvm-project-archived public Read only

0
0
Text · 178 B · 534cfc6 Raw
9 lines · plain
1; RUN: llc < %s -mtriple=i686-- -mattr=-sse2,-sse3 | FileCheck %s2 3; CHECK: fchs4 5 6define double @T() {7	ret double -1.0   ;; codegen as fld1/fchs, not as a load from cst pool8}9