llvm-project/llvm/lib/CodeGen/SelectionDAG
Peilin Guo 4c4dbeeeea [DAGCombine] Check the legality of the index of EXTRACT_SUBVECTOR
For ISD::EXTRACT_SUBVECTOR, its second operand must be a constant
multiple of the known-minimum vector length of the result type.

Reviewed By: dmgreen

Differential Revision: https://reviews.llvm.org/D107795
2021-08-25 19:33:39 +08:00
..
CMakeLists.txt llvmbuildectomy - replace llvm-build by plain cmake 2020-11-13 10:35:24 +01:00
DAGCombiner.cpp [DAGCombine] Check the legality of the index of EXTRACT_SUBVECTOR 2021-08-25 19:33:39 +08:00
FastISel.cpp Add a DIExpression const-folder to prevent silly expressions. 2021-08-05 06:14:40 -07:00
FunctionLoweringInfo.cpp Revert "[SelectionDAGBuilder] Compute and cache PreferredExtendType on demand." 2021-08-19 08:42:05 -07:00
InstrEmitter.cpp Add a DIExpression const-folder to prevent silly expressions. 2021-08-05 06:14:40 -07: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 Introduce intrinsic llvm.isnan 2021-08-06 14:32:27 +07:00
LegalizeFloatTypes.cpp [X86] AVX512FP16 instructions enabling 1/6 2021-08-10 12:46:01 +08:00
LegalizeIntegerTypes.cpp [ISel] Expand saddsat and ssubsat via asr and xor 2021-08-19 16:08:07 +01:00
LegalizeTypes.cpp [SelectionDAG] Use range-based for loops (NFC) 2021-02-09 22:14:30 -08:00
LegalizeTypes.h [LegalizeTypes][VP] Add widening support for binary VP ops 2021-08-19 13:08:47 +01:00
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp [NFC] Simply update a FIXME comment 2021-08-15 22:43:46 +08:00
LegalizeVectorTypes.cpp [LegalizeTypes][VP] Add widening support for binary VP ops 2021-08-19 13:08:47 +01: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
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 [DAGCombiner] Teach isKnownToBeAPowerOfTwo handle SPLAT_VECTOR 2021-08-18 10:10:40 +08:00
SelectionDAGAddressAnalysis.cpp [SelectionDAG] Avoid aliasing analysis if the object size is unknown. 2020-11-25 06:13:37 +08:00
SelectionDAGBuilder.cpp [TargetCallingConv] Change OutputArg ctor to match its members 2021-08-21 16:41:48 -07:00
SelectionDAGBuilder.h SwiftTailCC: teach verifier musttail rules applicable to this CC. 2021-05-28 11:12:00 +01:00
SelectionDAGDumper.cpp Introduce intrinsic llvm.isnan 2021-08-06 14:32:27 +07:00
SelectionDAGISel.cpp [DAG] Reword comment for EnforceNodeIdInvariant and InvalidateNodeId. NFC. 2021-08-11 12:14:28 +05:30
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 [ISel] Expand saddsat and ssubsat via asr and xor 2021-08-19 16:08:07 +01:00