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
Matthias Braun c10c0e4ef4 MachineFunction: Introduce NoPHIs property
I want to compute the SSA property of .mir files automatically in
upcoming patches. The problem with this is that some inputs will be
reported as static single assignment with some passes claiming not to
support SSA form.  In reality though those passes do not support PHI
instructions => Track the presence of PHI instructions separate from the
SSA property.

Differential Revision: https://reviews.llvm.org/D22719

llvm-svn: 279573
2016-08-23 21:19:49 +00:00
..
CMakeLists.txt
LLVMBuild.txt
MILexer.cpp GlobalISel: support irtranslation of icmp instructions. 2016-08-17 20:25:25 +00:00
MILexer.h GlobalISel: support irtranslation of icmp instructions. 2016-08-17 20:25:25 +00:00
MIParser.cpp GlobalISel: legalize integer comparisons on AArch64. 2016-08-23 21:01:26 +00:00
MIParser.h MIRParser: Move SlotMapping and SourceMgr refs to PFS; NFC 2016-07-13 23:27:50 +00:00
MIRParser.cpp MachineFunction: Introduce NoPHIs property 2016-08-23 21:19:49 +00:00