Skip to content

Commit 74b5709

Browse files
committed
Revert incorrect space removal
1 parent f0b231f commit 74b5709

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/lib/Target/AMDGPU/SOPInstructions.td

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,8 @@ class DivergentBinFrag<SDPatternOperator Op> : PatFrag <
206206
// trivially true predicate to eliminate the check.
207207
let GISelPredicateCode = [{return true;}];
208208
}
209+
210+
209211
let isMoveImm = 1 in {
210212
let isReMaterializable = 1, isAsCheapAsAMove = 1 in {
211213
def S_MOV_B32 : SOP1_32 <"s_mov_b32">;

0 commit comments

Comments
 (0)