Skip to content

Commit e551e13

Browse files
Fixup setTargetDAGCombine
1 parent 34974ee commit e551e13

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -841,8 +841,7 @@ NVPTXTargetLowering::NVPTXTargetLowering(const NVPTXTargetMachine &TM,
841841
setTargetDAGCombine({ISD::ADD, ISD::AND, ISD::EXTRACT_VECTOR_ELT, ISD::FADD,
842842
ISD::MUL, ISD::SHL, ISD::SREM, ISD::UREM, ISD::VSELECT,
843843
ISD::BUILD_VECTOR, ISD::ADDRSPACECAST, ISD::LOAD,
844-
ISD::STORE, ISD::ZERO_EXTEND, ISD::SIGN_EXTEND,
845-
ISD::ANY_EXTEND});
844+
ISD::STORE, ISD::ZERO_EXTEND, ISD::SIGN_EXTEND});
846845

847846
// setcc for f16x2 and bf16x2 needs special handling to prevent
848847
// legalizer's attempt to scalarize it due to v2i1 not being legal.

0 commit comments

Comments
 (0)