[mlir][int-range] Limit xor int range inference to i1 (#116968)
[llvm-project.git] / llvm / test / Bitcode / 2006-12-11-Cast-ConstExpr.ll
blob35bf7abd584c872067f982f9d9d05d9d173134ca
1 ; This test ensures that we get a bitcast constant expression in and out,
2 ; not a sitofp constant expression. 
3 ; RUN: llvm-as < %s | llvm-dis | FileCheck %s
4 ; RUN: verify-uselistorder < %s
5 ; CHECK: bitcast (
7 @G = external global i32
9 define float @tryit(i32 %A) {
10    ret float bitcast( i32 ptrtoint (i32* @G to i32) to float)