Skip to content

Commit

Permalink
R600/SI: Mark s_movk_i32 as rematerializable
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222037 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
tstellarAMD committed Nov 14, 2014
1 parent 6beb81d commit 99b3234
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Target/R600/SIInstructions.td
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,9 @@ def S_CMP_LE_U32 : SOPC_32 <0x0000000b, "s_cmp_le_u32">;
// SOPK Instructions
//===----------------------------------------------------------------------===//

let isReMaterializable = 1 in {
def S_MOVK_I32 : SOPK_32 <0x00000000, "s_movk_i32", []>;
} // End isReMaterializable = 1
def S_CMOVK_I32 : SOPK_32 <0x00000002, "s_cmovk_i32", []>;

/*
Expand Down

0 comments on commit 99b3234

Please sign in to comment.