1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/include/llvm/CodeGen/GlobalISel
Quentin Colombet 312261ffb2 [RegBankSelect] Teach how to repair definitions.
Although repairing definitions is not mandatory for correctness (only
phis would be impacted because of the RPO traversal), not repairing
might go against the cost model. Therefore, just repair when it is
possible.

llvm-svn: 266025
2016-04-12 00:12:59 +00:00
..
CallLowering.h [GlobalISel] Re-apply r260922-260923 with MSVC-friendly code. 2016-02-16 19:26:02 +00:00
IRTranslator.h [IRTranslator] Translate unconditional branches. 2016-03-11 17:28:03 +00:00
MachineIRBuilder.h [MachineIRBuilder] Expose the insertion point in the public API. 2016-04-12 00:07:14 +00:00
RegBankSelect.h [RegBankSelect] Teach how to repair definitions. 2016-04-12 00:12:59 +00:00
RegisterBank.h [RegisterBank] Rename RegisterBank::contains into RegisterBank::covers. 2016-04-07 17:09:39 +00:00
RegisterBankInfo.h [RegisterBankInfo] Add print and dump method to the InstructionMapping 2016-04-07 23:31:58 +00:00
Types.h [IRTranslator] Use a single virtual register to represent any Value. 2016-02-11 21:48:32 +00:00