llvm-project/llvm/lib/CodeGen/SelectionDAG
Eli Friedman 11aa3707e3 StoreInst should store Align, not MaybeAlign
This is D77454, except for stores.  All the infrastructure work was done
for loads, so the remaining changes necessary are relatively small.

Differential Revision: https://reviews.llvm.org/D79968
2020-05-15 12:26:58 -07:00
..
CMakeLists.txt
DAGCombiner.cpp DAGCombiner.cpp - remove non-constant EXTRACT_SUBVECTOR/INSERT_SUBVECTOR handling. NFC. 2020-05-15 12:41:35 +01:00
FastISel.cpp [IR] Replace all uses of CallBase::getCalledValue() with getCalledOperand(). 2020-04-27 22:17:03 -07:00
FunctionLoweringInfo.cpp [SelectionDAG] Don't promote the alignment of allocas beyond the stack alignment. 2020-05-11 17:39:00 -07:00
InstrEmitter.cpp [CodeGen] Use Align in MachineConstantPool. 2020-05-12 10:06:40 -07:00
InstrEmitter.h InstrEmitter.h - reduce SelectionDAG.h include to SelectionDAGNodes.h include. 2020-04-19 11:52:31 +01:00
LLVMBuild.txt
LegalizeDAG.cpp [SelectionDAG] Remove ConstantPoolSDNode::getAlignment. 2020-05-08 16:04:11 -07:00
LegalizeFloatTypes.cpp [CodeGen] Support freeze expand for ppc_fp128 2020-04-20 07:27:41 +00:00
LegalizeIntegerTypes.cpp [SelectionDAG] Fix usage of Align constructing MachineMemOperands. 2020-04-15 13:01:41 -07:00
LegalizeTypes.cpp reland: [DAG] Fix PR45049: LegalizeTypes crash 2020-04-12 09:52:17 -06:00
LegalizeTypes.h [CodeGen] Support freeze expand for ppc_fp128 2020-04-20 07:27:41 +00:00
LegalizeTypesGeneric.cpp [SelectionDAG] Fix usage of Align constructing MachineMemOperands. 2020-04-15 13:01:41 -07:00
LegalizeVectorOps.cpp [SelectionDAG] Unify scalarizeVectorLoad and VectorLegalizer::ExpandLoad 2020-05-02 15:18:10 -07:00
LegalizeVectorTypes.cpp [llvm] [CodeGen] Fixed vector halving bug for masked store 2020-05-07 19:01:40 -07:00
ResourcePriorityQueue.cpp
SDNodeDbgValue.h
ScheduleDAGFast.cpp DAG: Use Register 2020-04-08 13:44:31 -04:00
ScheduleDAGRRList.cpp
ScheduleDAGSDNodes.cpp Provide operand indices to adjustSchedDependency 2020-04-17 11:08:44 +01:00
ScheduleDAGSDNodes.h DAG: Use Register 2020-04-08 13:44:31 -04:00
ScheduleDAGVLIW.cpp
SelectionDAG.cpp [CodeGen] Fix FoldConstantVectorArithmetic for scalable vectors 2020-05-15 14:58:44 +01:00
SelectionDAGAddressAnalysis.cpp
SelectionDAGBuilder.cpp StoreInst should store Align, not MaybeAlign 2020-05-15 12:26:58 -07:00
SelectionDAGBuilder.h Add comment for SelectionDAGBuilder::SL field. 2020-05-12 10:46:08 -04:00
SelectionDAGDumper.cpp [X86] Move combineLoopMAddPattern and combineLoopSADPattern to an IR pass before SelecitonDAG. 2020-03-26 14:10:20 -07:00
SelectionDAGISel.cpp DAG: Use Register 2020-04-08 13:44:31 -04:00
SelectionDAGPrinter.cpp Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
SelectionDAGTargetInfo.cpp
StatepointLowering.cpp ProfileSummaryInfo.h - remove unnecessary includes. NFC 2020-04-10 16:25:48 +01:00
StatepointLowering.h
TargetLowering.cpp TargetLowering.cpp - remove non-constant EXTRACT_SUBVECTOR/INSERT_SUBVECTOR handling. NFC. 2020-05-14 18:13:58 +01:00