1 ; RUN: llc -mtriple=x86_64-unknown-unknown < %s | FileCheck %s
2 ; Check assembly printing of odd constants.
5 ; CHECK-NEXT: .quad 12713950999227904
6 ; CHECK-NEXT: .short 26220
9 ; CHECK-NEXT: .size bigCst, 16
11 @bigCst = internal constant i82 483673642326615442599424
13 define void @accessBig(ptr %storage) {
14 %bigLoadedCst = load volatile i82, ptr @bigCst
15 %tmp = add i82 %bigLoadedCst, 1
16 store i82 %tmp, ptr %storage