llvm-project/llvm/lib/CodeGen/SelectionDAG
Simon Pilgrim e2d13fd096 [DAG] canCreateUndefOrPoison - add freeze(shl(x,y)) -> shl(freeze(x),y) support
These are guaranteed not to create undef/poison if the shift amount is known to be in range
2022-08-14 14:38:10 +01:00
..
CMakeLists.txt
DAGCombiner.cpp [DAG] canCreateUndefOrPoison - add freeze(add/sub/mul(x,y)) -> add/sub/mul(freeze(x),y,z) support 2022-08-13 20:58:00 +01:00
FastISel.cpp [FastISel] Fix load folding for registers with fixups 2022-05-16 10:25:25 +02:00
FunctionLoweringInfo.cpp [APInt] Remove all uses of zextOrSelf, sextOrSelf and truncOrSelf 2022-05-19 11:23:13 +01:00
InstrEmitter.cpp [SelectionDAG] Don't apply MinRCSize constraint in InstrEmitter::AddRegisterOperand for IMPLICIT_DEF sources. 2022-06-16 14:55:14 -07:00
InstrEmitter.h [DebugInfo][InstrRef] Avoid a crash from mixed variable location modes 2022-04-06 11:55:38 +01:00
LegalizeDAG.cpp [LegalizeTypes][NFC] Use getConstantOperandVal instead of cast constant getvalue 2022-08-12 14:35:10 +08:00
LegalizeFloatTypes.cpp [llvm] Always use TargetConstant for FP_ROUND ISD Nodes 2022-08-03 14:02:11 +01:00
LegalizeIntegerTypes.cpp [LegalizeTypes][NFC] Use getConstantOperandAPInt instead of cast constant getAPInt 2022-08-12 10:21:54 +08:00
LegalizeTypes.cpp [LegalizeTypes] Fix bug in expensive checks verification 2022-05-26 13:13:32 -07:00
LegalizeTypes.h [VP] Add widening for VP_STRIDED_LOAD and VP_STRIDED_STORE 2022-08-04 16:12:01 +02:00
LegalizeTypesGeneric.cpp [LegalizeTypes][NFC] Use getConstantOperandVal instead of cast constant getvalue 2022-08-12 14:35:10 +08:00
LegalizeVectorOps.cpp [llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 11:24:15 -07:00
LegalizeVectorTypes.cpp [LegalizeTypes][NFC] Use dyn_cast instead of isa and cast 2022-08-12 14:18:49 +08:00
ResourcePriorityQueue.cpp Remove unneeded cl::ZeroOrMore for cl::opt/cl::list options 2022-06-05 00:31:44 -07:00
SDNodeDbgValue.h Cleanup includes: DebugInfo & CodeGen 2022-03-12 17:26:40 +01:00
ScheduleDAGFast.cpp [CodeGen] Qualify auto variables in for loops (NFC) 2022-07-17 01:33:28 -07:00
ScheduleDAGRRList.cpp [AMDGPU] Check for CopyToReg PhysReg clobbers in pre-RA-sched 2022-06-30 09:18:04 -07:00
ScheduleDAGSDNodes.cpp [CodeGen] Qualify auto variables in for loops (NFC) 2022-07-17 01:33:28 -07:00
ScheduleDAGSDNodes.h
ScheduleDAGVLIW.cpp Cleanup includes: DebugInfo & CodeGen 2022-03-12 17:26:40 +01:00
SelectionDAG.cpp [DAG] canCreateUndefOrPoison - add freeze(shl(x,y)) -> shl(freeze(x),y) support 2022-08-14 14:38:10 +01:00
SelectionDAGAddressAnalysis.cpp [llvm] Don't use Optional::hasValue (NFC) 2022-06-20 10:38:12 -07:00
SelectionDAGBuilder.cpp [llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 11:24:15 -07:00
SelectionDAGBuilder.h Remove redundaunt virtual specifiers (NFC) 2022-07-25 23:00:59 -07:00
SelectionDAGDumper.cpp [stackmaps] Legalise patchpoint arguments. 2022-07-15 12:01:59 +01:00
SelectionDAGISel.cpp Use has_value/value instead of hasValue/getValue (NFC) 2022-07-15 21:48:17 -07:00
SelectionDAGPrinter.cpp Revert "[CodeGen] Place SDNode debug ID declaration under appropriate #if" 2022-04-06 20:32:53 +03:00
SelectionDAGTargetInfo.cpp
StatepointLowering.cpp [SDAG] Fix release build 2022-07-18 14:10:31 +02:00
StatepointLowering.h
TargetLowering.cpp [DAG] Add TODO to remove creation of INSERT_SUBVECTOR nodes from SimplifyMultipleUseDemandedBits 2022-08-12 10:45:30 +01:00