repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ValueTracking] test trunc to i1 as condition in dominating condition. (NFC)
[llvm-project.git]
/
llvm
/
test
/
MC
/
Hexagon
/
bug24609.s
blob
e3da5e244ac9b597e301cb6e77b1ad98c56a95ee
1
# RUN: llvm-mc -triple=hexagon -filetype=obj %s | llvm-objdump --no-print-imm-hex -d - | FileCheck %s
2
3
{
p0
=
cmp.eq
(
r0
,
#0) ; if (p0.new) dealloc_return:t }
4
5
# CHECK: { p0 = cmp.eq(r0,#0)
6
# CHECK: if (p0.new) dealloc_return:t }