mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
2922d104bf
Unfortunately this seems to only help the assembler diagnostic. llvm-svn: 279895
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
|