1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00
llvm-mirror/lib/CodeGen/SelectionDAG
Craig Topper a6bdfdd0ca [SelectionDAG] Remove some code from PromoteIntOp_MGATHER that handles UpdateNodeOperands returning an existing node instead of updating.
I suspect this became unecessary when the CSE of mgather was fixed in r338080. It may still be possible to hit this if we widen the element type of a gather outside of type legalization and the promote the mask of a separate gather node so they become the same. But that seems pretty unlikely.

llvm-svn: 342022
2018-09-12 05:25:41 +00:00
..
CMakeLists.txt
DAGCombiner.cpp [DAGCombiner] foldBitcastedFPLogic - Add basic vector support 2018-09-07 12:13:45 +00:00
FastISel.cpp [IR] Replace isa<TerminatorInst> with isTerminator(). 2018-08-26 09:51:22 +00:00
FunctionLoweringInfo.cpp
InstrEmitter.cpp
InstrEmitter.h
LegalizeDAG.cpp
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp [SelectionDAG] Remove some code from PromoteIntOp_MGATHER that handles UpdateNodeOperands returning an existing node instead of updating. 2018-09-12 05:25:41 +00:00
LegalizeTypes.cpp
LegalizeTypes.h [X86] Support v2i32 gather/scatter indices with -x86-experimental-vector-widening-legalization 2018-08-29 02:12:49 +00:00
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp [X86] Support v2i32 gather/scatter indices with -x86-experimental-vector-widening-legalization 2018-08-29 02:12:49 +00:00
LLVMBuild.txt
ResourcePriorityQueue.cpp
ScheduleDAGFast.cpp
ScheduleDAGRRList.cpp
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h
ScheduleDAGVLIW.cpp
SDNodeDbgValue.h
SelectionDAG.cpp [CodeGen] Fix remaining zext() assertions in SelectionDAG 2018-09-04 16:33:34 +00:00
SelectionDAGAddressAnalysis.cpp
SelectionDAGBuilder.cpp DAG: Handle odd vector sizes in calling conv splitting 2018-09-10 11:49:23 +00:00
SelectionDAGBuilder.h
SelectionDAGDumper.cpp
SelectionDAGISel.cpp [NFC] Rename the DivergenceAnalysis to LegacyDivergenceAnalysis 2018-08-30 14:21:36 +00:00
SelectionDAGPrinter.cpp
SelectionDAGTargetInfo.cpp
StatepointLowering.cpp
StatepointLowering.h
TargetLowering.cpp [SelectionDAG] enhance vector demanded elements to look at a vector select condition operand 2018-09-09 14:13:22 +00:00