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 e15921e8b6 [GlobalISel] Add Legalized MachineFunction property.
Legalized: The MachineLegalizer ran; all pre-isel generic instructions
have been legalized, i.e., all instructions are now one of:
  - generic and always legal (e.g., COPY)
  - target-specific
  - legal pre-isel generic instructions.

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

llvm-svn: 277470
2016-08-02 15:10:25 +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 Legalized MachineFunction property. 2016-08-02 15:10:25 +00:00