llvm-project/llvm/lib/CodeGen/SelectionDAG
Sanjay Patel e1e4bf174b [DAGCombine] Prevent the transform of combine for multi-use operand
The test is based on a miscompile example in:
https://llvm.org/PR51321

Differential Revision: https://reviews.llvm.org/D107692
2021-09-06 15:30:32 -04:00
..
CMakeLists.txt llvmbuildectomy - replace llvm-build by plain cmake 2020-11-13 10:35:24 +01:00
DAGCombiner.cpp [DAGCombine] Prevent the transform of combine for multi-use operand 2021-09-06 15:30:32 -04:00
FastISel.cpp [Clang] add support for error+warning fn attrs 2021-08-25 10:34:18 -07:00
FunctionLoweringInfo.cpp Revert "[SelectionDAGBuilder] Compute and cache PreferredExtendType on demand." 2021-08-19 08:42:05 -07:00
InstrEmitter.cpp [DebugInfo][InstrRef] Don't use instr-ref for unoptimised functions 2021-08-25 15:10:36 +01:00
InstrEmitter.h [DebugInfo][InstrRef][3/4] Produce DBG_INSTR_REFs for all variable locations 2021-07-06 18:31:38 +01:00
LegalizeDAG.cpp Revert @llvm.isnan intrinsic patchset. 2021-09-02 13:53:56 +03:00
LegalizeFloatTypes.cpp [X86] AVX512FP16 instructions enabling 1/6 2021-08-10 12:46:01 +08:00
LegalizeIntegerTypes.cpp Revert @llvm.isnan intrinsic patchset. 2021-09-02 13:53:56 +03:00
LegalizeTypes.cpp [SelectionDAG] Use range-based for loops (NFC) 2021-02-09 22:14:30 -08:00
LegalizeTypes.h Revert @llvm.isnan intrinsic patchset. 2021-09-02 13:53:56 +03:00
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp [NFC] Simply update a FIXME comment 2021-08-15 22:43:46 +08:00
LegalizeVectorTypes.cpp Revert @llvm.isnan intrinsic patchset. 2021-09-02 13:53:56 +03:00
ResourcePriorityQueue.cpp
SDNodeDbgValue.h [DAG] Ensure all SD classes consistently return a const reference with getDebugLoc(). NFCI. 2021-05-07 14:48:23 +01:00
ScheduleDAGFast.cpp [DebugInstrRef] Create DBG_INSTR_REFs in SelectionDAG 2020-10-14 14:24:08 +01:00
ScheduleDAGRRList.cpp Revert "[NFC][ScheduleDAG] Remove unused EntrySU SUnit" 2020-09-21 13:33:05 +02:00
ScheduleDAGSDNodes.cpp [DebugInfo] Fix crash when emitting an invalidated SDDbgValue 2021-05-07 13:13:56 +01:00
ScheduleDAGSDNodes.h
ScheduleDAGVLIW.cpp [SelectionDAG] Use range-based for loops (NFC) 2021-02-09 22:14:30 -08:00
SelectionDAG.cpp [VP] implementation of sdag support for VP memory intrinsics 2021-08-31 17:01:50 +02:00
SelectionDAGAddressAnalysis.cpp [SelectionDAG] Avoid aliasing analysis if the object size is unknown. 2020-11-25 06:13:37 +08:00
SelectionDAGBuilder.cpp [SelectionDAGBuilder] Bugfix in visitInlineAsm() 2021-09-06 17:46:31 +02:00
SelectionDAGBuilder.h [VP] implementation of sdag support for VP memory intrinsics 2021-08-31 17:01:50 +02:00
SelectionDAGDumper.cpp Revert @llvm.isnan intrinsic patchset. 2021-09-02 13:53:56 +03:00
SelectionDAGISel.cpp [WebAssembly] Add Wasm SjLj support 2021-09-02 10:51:02 -07:00
SelectionDAGPrinter.cpp [SelectionDAG] Drop unnecessary const from a return type (NFC) 2021-02-07 09:49:33 -08:00
SelectionDAGTargetInfo.cpp
StatepointLowering.cpp [Statepoint Lowering] Cleanup: remove unused option statepoint-always-spill-base. 2021-05-18 12:15:15 +07:00
StatepointLowering.h More precisely type code used for gc.relocate assertions [nfc] 2021-04-06 11:27:36 -07:00
TargetLowering.cpp [DAG] Fold setcc eq with ashr to compare to zero. 2021-09-05 14:06:47 +01:00