xref: /aosp_15_r20/external/llvm/test/Feature/float.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker; RUN: llvm-as < %s | llvm-dis > %t1.ll
2*9880d681SAndroid Build Coastguard Worker; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
3*9880d681SAndroid Build Coastguard Worker; RUN: diff %t1.ll %t2.ll
4*9880d681SAndroid Build Coastguard Worker
5*9880d681SAndroid Build Coastguard Worker@H1     = global half 0x4010000000000000
6*9880d681SAndroid Build Coastguard Worker@F1     = global float 0x4010000000000000
7*9880d681SAndroid Build Coastguard Worker@D1     = global double 0x4010000000000000
8