mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-10 13:51:37 +00:00
63a8489fb5
Fixed bug 32619: https://bugs.llvm.org//show_bug.cgi?id=32619 Reviewers: artem.tamazov, vpykhtin Differential Revision: https://reviews.llvm.org/D31973 llvm-svn: 300318
8 lines
228 B
ArmAsm
8 lines
228 B
ArmAsm
// RUN: not llvm-mc -arch=amdgcn %s 2>&1 | FileCheck -check-prefix=GCN %s
|
|
|
|
s_cbranch_g_fork 100, s[6:7]
|
|
// GCN: error: invalid operand for instruction
|
|
|
|
s_cbranch_g_fork s[6:7], 100
|
|
// GCN: error: invalid operand for instruction
|