1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib/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
..
CMakeLists.txt [GlobalISel] Add the RegisterBankInfo class for the handling of register banks. 2016-04-05 20:02:47 +00:00
GlobalISel.cpp [GlobalISel] Add the skeleton of the RegBankSelect pass. 2016-04-05 19:06:01 +00:00
IRTranslator.cpp [IRTranslator] Translate unconditional branches. 2016-03-11 17:28:03 +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 [IRTranslator] Translate unconditional branches. 2016-03-11 17:28:03 +00:00
RegBankSelect.cpp [RegBankSelect] Teach how to repair definitions. 2016-04-12 00:12:59 +00:00
RegisterBank.cpp [RegisterBank] Rename RegisterBank::contains into RegisterBank::covers. 2016-04-07 17:09:39 +00:00
RegisterBankInfo.cpp [RegisterBankInfo] Change the implementation for the default mapping. 2016-04-08 16:59:50 +00:00