llvm-project/llvm/lib/CodeGen/GlobalISel
Tim Northover 33b07d6725 GlobalISel: implement legalization pass, with just one transformation.
This adds the actual MachineLegalizeHelper to do the work and a trivial pass
wrapper that legalizes all instructions in a MachineFunction. Currently the
only transformation supported is splitting up a vector G_ADD into one acting on
smaller vectors.

llvm-svn: 276461
2016-07-22 20:03:43 +00:00
..
CMakeLists.txt GlobalISel: implement legalization pass, with just one transformation. 2016-07-22 20:03:43 +00:00
GlobalISel.cpp GlobalISel: implement legalization pass, with just one transformation. 2016-07-22 20:03:43 +00:00
IRTranslator.cpp GlobalISel: implement alloca instruction 2016-07-22 16:59:52 +00:00
LLVMBuild.txt GlobalISel is always built since r260566, reflect it in LLVMBuild.txt 2016-02-12 18:43:14 +00:00
MachineIRBuilder.cpp GlobalISel: implement legalization pass, with just one transformation. 2016-07-22 20:03:43 +00:00
MachineLegalizeHelper.cpp GlobalISel: implement legalization pass, with just one transformation. 2016-07-22 20:03:43 +00:00
MachineLegalizePass.cpp GlobalISel: implement legalization pass, with just one transformation. 2016-07-22 20:03:43 +00:00
MachineLegalizer.cpp GlobalISel: implement legalization pass, with just one transformation. 2016-07-22 20:03:43 +00:00
RegBankSelect.cpp [RegBankSelect] Print out the actual mapping of the operands. 2016-06-08 21:55:30 +00:00
RegisterBank.cpp [GlobalISel] Fix #include ordering/spacing. NFC. 2016-07-14 14:52:55 +00:00
RegisterBankInfo.cpp GlobalISel: implement low-level type with just size & vector lanes. 2016-07-20 19:09:30 +00:00