Skip to content

Commit 3fc4536

Browse files
committed
[NFC] Remove incomplete dag-style comment
1 parent 3f91910 commit 3fc4536

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4925,7 +4925,6 @@ SDValue AMDGPUTargetLowering::performSelectCombine(SDNode *N,
49254925
}
49264926

49274927
// Support source modifiers as integer.
4928-
// (select c, (xor/or/and x, c), y) -> (bitcast (select c)))
49294928
if (VT == MVT::i32 || VT == MVT::v2i32 || VT == MVT::i64) {
49304929
if (SDValue SrcMod = getBitwiseToSrcModifierOp(True, DCI)) {
49314930
SDLoc SL(N);

0 commit comments

Comments
 (0)