1 ; RUN: llc -march=hexagon < %s | FileCheck %s
2 ; Check that we are able to predicate instructions with absolute
4 ; CHECK: if ({{!?}}p{{[0-3]}}.new) memw(##gvar) = r{{[0-9]+}}
6 @gvar = external global i32
7 define i32 @test2(i32 %a, i32 %b) nounwind {
9 %cmp = icmp eq i32 %a, %b
10 br i1 %cmp, label %if.then, label %if.end
13 store i32 %a, ptr @gvar, align 4