You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
309 B
11 lines
309 B
# RUN: llvm-mc -triple=hexagon -filetype=obj %s | llvm-objdump -d - | FileCheck %s
|
|
# Make sure relaxation doesn't hinder newvalue calculation
|
|
|
|
#CHECK: r18 = add(r2, #-6)
|
|
#CHECK-NEXT: immext(#0)
|
|
#CHECK-NEXT: if (!cmp.gt(r18.new, #1)) jump:t
|
|
{
|
|
r18 = add(r2, #-6)
|
|
if (!cmp.gt(r18.new, #1)) jump:t .unknown
|
|
}
|