1*252c4235SFangrui Song# RUN: llvm-mc -triple=hexagon -mcpu=hexagonv67t -filetype=obj %s | llvm-objdump --no-print-imm-hex -d - | FileCheck %s 2*252c4235SFangrui Song# RUN: llvm-mc -triple=hexagon -mcpu=hexagonv67t -filetype=obj %s | llvm-objdump --no-print-imm-hex --mcpu=hexagonv67t -d - | FileCheck %s 3305bf5b2SKrzysztof Parzyszek 4305bf5b2SKrzysztof Parzyszek .text 5305bf5b2SKrzysztof Parzyszek{ 6305bf5b2SKrzysztof Parzyszek r1 = memb(r0) 7305bf5b2SKrzysztof Parzyszek if (p0) memb(r0) = r2 8305bf5b2SKrzysztof Parzyszek} 9305bf5b2SKrzysztof Parzyszek 10305bf5b2SKrzysztof Parzyszek# CHECK: { r1 = memb(r0+#0) 11305bf5b2SKrzysztof Parzyszek# CHECK-NEXT: if (p0) memb(r0+#0) = r2 } 12