brintos

brintos / llvm-project-archived public Read only

0
0
Text · 355 B · 0ceaf5a Raw
14 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_test_checks.py2; RUN: opt < %s -passes=instcombine -S | FileCheck %s3; rdar://69031754 5define i1 @f0(ptr %a) nounwind {6; CHECK-LABEL: @f0(7; CHECK-NEXT:    ret i1 false8;9  %b = load i32, ptr %a, align 410  %c = uitofp i32 %b to double11  %d = fcmp ogt double %c, 0x41EFFFFFFFE0000012  ret i1 %d13}14