bolt/deps/llvm-18.1.8/llvm/test/MC/Hexagon/dcfetch-symbol.s

9 lines
124 B
ArmAsm
Raw Normal View History

2025-02-14 19:21:04 +01:00
# RUN: not llvm-mc -triple=hexagon -filetype=obj %s
#CHECK: 9400c000 { dcfetch(r0 + #0) }
junk:
{
dcfetch(r0 + #junk)
}