1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/lib/CodeGen/GlobalISel
Quentin Colombet 9b5e08fa9b [RegBankSelect] Compute the repairing cost for copies.
Prior to this patch, we were using 1 for all the repairing costs.
Now, we use the information from the target to get this information.

llvm-svn: 270304
2016-05-21 01:43:25 +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 [GlobalISel] Coding style and whitespace fixes 2016-04-14 17:23:33 +00:00
LLVMBuild.txt
MachineIRBuilder.cpp
RegBankSelect.cpp [RegBankSelect] Compute the repairing cost for copies. 2016-05-21 01:43:25 +00:00
RegisterBank.cpp [RegisterBankInfo] Change the API for the verify methods. 2016-04-21 18:34:43 +00:00
RegisterBankInfo.cpp Fix -Wunused-variable in non-asserts build. 2016-04-22 09:50:31 +00:00