1 ; RUN: llc -march=hexagon < %s | FileCheck %s
2 ; Check for memd(base + #offset), instead of memd(base + reg<<#c).
3 ; CHECK: memd(r{{[0-9]+}}+#
5 define void @fred(i32 %p, i64 %v) #0 {
7 %t1 = inttoptr i32 %t0 to ptr
12 attributes #0 = { nounwind "target-cpu"="hexagonv60" }