repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Better OR's for MVE compares
[llvm-core.git]
/
test
/
MC
/
Hexagon
/
jumpdoublepound.s
blob
8d0eef7fb60a16d845f4d3a5c72794f1c124dced
1
# RUN: llvm-mc -triple=hexagon -filetype=obj %s -o - | llvm-objdump -d - | FileCheck %s
2
3
# Verify that jump encodes correctly
4
5
6
mylabel
:
7
# CHECK: if (p0) jump
8
if
(
p0
)
jump
##mylabel
9
10
# CHECK: if (cmp.gtu(r5.new,r4)) jump:t
11
{
r5
=
r4
12
if
(
cmp.gtu
(
r5.new
,
r4
))
jump
:
t
##mylabel }
13