1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/lib/CodeGen/GlobalISel
Aditya Nandakumar 064157016e [GISel]: Add a clean up combiner during legalization.
Added a combiner which can clean up truncs/extends that are created in
order to make the types work during legalization.

Also moved the combineMerges to the LegalizeCombiner.

https://reviews.llvm.org/D36880

llvm-svn: 312158
2017-08-30 19:32:59 +00:00
..
CallLowering.cpp
CMakeLists.txt
GlobalISel.cpp
InstructionSelect.cpp
InstructionSelector.cpp
IRTranslator.cpp [GISEl]: Translate phi into G_PHI 2017-08-23 20:45:48 +00:00
Legalizer.cpp [GISel]: Add a clean up combiner during legalization. 2017-08-30 19:32:59 +00:00
LegalizerHelper.cpp Fix unused-lambda-capture warning by using default capture-by-ref 2017-08-25 16:46:07 +00:00
LegalizerInfo.cpp
LLVMBuild.txt
Localizer.cpp
MachineIRBuilder.cpp [GISel]: Implement widenScalar for Legalizing G_PHI 2017-08-25 04:57:27 +00:00
RegBankSelect.cpp
RegisterBank.cpp
RegisterBankInfo.cpp
Utils.cpp