1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/CodeGen/GlobalISel
Tim Northover 76dd189294 GlobalISel: add a G_PHI instruction to give phis a type.
They're another source of generic vregs, which are going to need a type on the
definition when we remove the register width from MachineRegisterInfo.

llvm-svn: 280412
2016-09-01 20:45:41 +00:00
..
CallLowering.cpp GlobalISel: use G_TYPE to annotate physregs with a type. 2016-08-31 21:24:02 +00:00
CMakeLists.txt GlobalISel: rework CallLowering so that it can be used for libcalls too. 2016-08-29 19:07:08 +00:00
GlobalISel.cpp [GlobalISel] Introduce an instruction selector. 2016-07-27 14:31:55 +00:00
InstructionSelect.cpp [InstructionSelect] NumBlocks isn't defined in DEBUG build. 2016-08-29 08:48:15 +00:00
InstructionSelector.cpp [AArch64][GlobalISel] Select G_MUL. 2016-08-16 14:37:46 +00:00
IRTranslator.cpp GlobalISel: add a G_PHI instruction to give phis a type. 2016-09-01 20:45:41 +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: use G_TYPE to annotate physregs with a type. 2016-08-31 21:24:02 +00:00
MachineLegalizeHelper.cpp GlobalISel: use G_TYPE to annotate physregs with a type. 2016-08-31 21:24:02 +00:00
MachineLegalizePass.cpp GlobalISel: combine extracts & sequences created for legalization 2016-08-30 20:51:25 +00:00
MachineLegalizer.cpp GlobalISel: add a G_PHI instruction to give phis a type. 2016-09-01 20:45:41 +00:00
RegBankSelect.cpp [RegBankSelect] Do not abort when the target wants to fall back. 2016-08-27 02:38:27 +00:00
RegisterBank.cpp [GlobalISel] Fix #include ordering/spacing. NFC. 2016-07-14 14:52:55 +00:00
RegisterBankInfo.cpp GlobalISel: use G_TYPE to annotate physregs with a type. 2016-08-31 21:24:02 +00:00