Mercurial > hg > CbC > CbC_llvm
view test/MC/Hexagon/jumpdoublepound.s @ 121:803732b1fca8
LLVM 5.0
author | kono |
---|---|
date | Fri, 27 Oct 2017 17:07:41 +0900 |
parents | 7d135dc70f03 |
children |
line wrap: on
line source
# RUN: llvm-mc -triple=hexagon -filetype=obj %s -o - | llvm-objdump -d - | FileCheck %s # Verify that jump encodes correctly mylabel: # CHECK: if (p0) jump if (p0) jump ##mylabel # CHECK: if (cmp.gtu(r5.new,r4)) jump:t { r5 = r4 if (cmp.gtu(r5.new, r4)) jump:t ##mylabel }