mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-08 13:00:43 +00:00
d97fe48fe0
Unfortunately this seems to only help the assembler diagnostic. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@279895 91177308-0d34-0410-b5e6-96231b3b80d8
8 lines
248 B
ArmAsm
8 lines
248 B
ArmAsm
// RUN: not llvm-mc -arch=amdgcn -filetype=obj -o /dev/null %s 2>&1 | FileCheck -check-prefix=ERROR %s
|
|
// ERROR: max-branch-distance.s:7:3: error: branch size exceeds simm16
|
|
|
|
// fill v_nop
|
|
LBB0_0:
|
|
.fill 32768, 4, 0x0000007e
|
|
s_branch LBB0_0
|