brintos

brintos / llvm-project-archived public Read only

0
0
Text · 230 B · 2899b8b Raw
9 lines · plain
1; RUN: llc -mtriple=x86_64-- < %s2define i32 @signbitl(x86_fp80 %x) nounwind uwtable readnone {3entry:4  %tmp4 = bitcast x86_fp80 %x to i805  %tmp4.lobit = lshr i80 %tmp4, 796  %tmp = trunc i80 %tmp4.lobit to i327  ret i32 %tmp8}9