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 e7864c5269 [GlobalISel] Add Selected MachineFunction property.
Selected: the InstructionSelect pass ran and all pre-isel generic
instructions have been eliminated; i.e., all instructions are now
target-specific or non-pre-isel generic instructions (e.g., COPY).

Since only pre-isel generic instructions can have generic virtual register
operands, this also means that all generic virtual registers have been
constrained to virtual registers (assigned to register classes) and that
all sizes attached to them have been eliminated.

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

llvm-svn: 277482
2016-08-02 16:49:19 +00:00
..
CMakeLists.txt MIR Serialization: Introduce a lexer for machine instructions. 2015-06-22 20:37:46 +00:00
LLVMBuild.txt MIRParser/LLVMBuild.txt: Add MC for MCRegisterInfo::getDwarfRegNum(). 2015-07-24 01:12:36 +00:00
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 Selected MachineFunction property. 2016-08-02 16:49:19 +00:00