1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib/CodeGen/MIRParser
Ahmed Bougacha dec4756cb5 [GlobalISel] Add RegBankSelected MachineFunction property.
RegBankSelected: the RegBankSelect pass ran and all generic virtual
registers have been assigned to a register bank.

This lets us enforce certain invariants across passes.
This property is GlobalISel-specific, but is always available.

llvm-svn: 277475
2016-08-02 16:17:10 +00:00
..
CMakeLists.txt
LLVMBuild.txt
MILexer.cpp CodeGen: add new "intrinsic" MachineOperand kind. 2016-07-29 20:32:59 +00:00
MILexer.h CodeGen: add new "intrinsic" MachineOperand kind. 2016-07-29 20:32:59 +00:00
MIParser.cpp CodeGen: add new "intrinsic" MachineOperand kind. 2016-07-29 20:32:59 +00:00
MIParser.h MIRParser: Move SlotMapping and SourceMgr refs to PFS; NFC 2016-07-13 23:27:50 +00:00
MIRParser.cpp [GlobalISel] Add RegBankSelected MachineFunction property. 2016-08-02 16:17:10 +00:00