1 ; RUN: llc -march=hexagon < %s | FileCheck %s
2 ; We shouldn't see a 32-bit expansion of -120, just the uint8 value.
4 define i32 @foo(ptr %ptr) {
6 %msb = getelementptr inbounds [4 x i8], ptr %ptr, i32 0, i32 3
7 %lsb = getelementptr inbounds [4 x i8], ptr %ptr, i32 0, i32 2
9 store i8 -120, ptr %lsb, align 2