1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/lib/CodeGen/SelectionDAG
aartbik eb5b80ca57 [llvm] [CodeGen] Fixed vector halving bug for masked store
Summary:
Note that this fix is very similar to what has already been
done for the masked load in https://reviews.llvm.org/D78608

Bugs:
https://bugs.llvm.org/show_bug.cgi?id=45563
https://bugs.llvm.org/show_bug.cgi?id=45833

Reviewers: craig.topper, nicolasvasilache, mehdi_amini

Reviewed By: craig.topper

Subscribers: hiraditya, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D79611
2020-05-07 19:01:40 -07:00
..
CMakeLists.txt
DAGCombiner.cpp [DAGCombiner] sink target-supported FP<->int cast op after concat vectors 2020-05-06 10:25:58 -04:00
FastISel.cpp [IR] Replace all uses of CallBase::getCalledValue() with getCalledOperand(). 2020-04-27 22:17:03 -07:00
FunctionLoweringInfo.cpp [IR] Replace all uses of CallBase::getCalledValue() with getCalledOperand(). 2020-04-27 22:17:03 -07:00
InstrEmitter.cpp
InstrEmitter.h
LegalizeDAG.cpp
LegalizeFloatTypes.cpp [CodeGen] Support freeze expand for ppc_fp128 2020-04-20 07:27:41 +00:00
LegalizeIntegerTypes.cpp
LegalizeTypes.cpp
LegalizeTypes.h [CodeGen] Support freeze expand for ppc_fp128 2020-04-20 07:27:41 +00:00
LegalizeTypesGeneric.cpp
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
LLVMBuild.txt
ResourcePriorityQueue.cpp
ScheduleDAGFast.cpp
ScheduleDAGRRList.cpp
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h
ScheduleDAGVLIW.cpp
SDNodeDbgValue.h
SelectionDAG.cpp [CodeGen] Fix warnings due to SelectionDAG::getSplatSourceVector 2020-05-05 08:45:41 +01:00
SelectionDAGAddressAnalysis.cpp
SelectionDAGBuilder.cpp [SVE][CodeGen] Fix legalisation for scalable types 2020-05-07 10:01:31 +01:00
SelectionDAGBuilder.h SelectionDAGBuilder.h - remove unused includes + forward declarations. NFC. 2020-04-19 12:38:41 +01:00
SelectionDAGDumper.cpp
SelectionDAGISel.cpp
SelectionDAGPrinter.cpp
SelectionDAGTargetInfo.cpp
StatepointLowering.cpp
StatepointLowering.h
TargetLowering.cpp [SelectionDAG] Fix assertion failure with big shift amounts 2020-05-06 11:58:37 -07:00