mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
AMDGPU: Set isMoveImm on s_movk_i32
llvm-svn: 242747
This commit is contained in:
parent
12cdd5a5a4
commit
c29f69e247
@ -354,7 +354,7 @@ def S_CMP_LE_U32 : SOPC_32 <0x0000000b, "s_cmp_le_u32">;
|
||||
// SOPK Instructions
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
let isReMaterializable = 1 in {
|
||||
let isReMaterializable = 1, isMoveImm = 1 in {
|
||||
defm S_MOVK_I32 : SOPK_32 <sopk<0x00>, "s_movk_i32", []>;
|
||||
} // End isReMaterializable = 1
|
||||
let Uses = [SCC] in {
|
||||
|
Loading…
Reference in New Issue
Block a user