llvm-project/llvm/test/CodeGen/MIR/AMDGPU
Matthias Braun f1b20c5225 MachineRegisterInfo/MIR: Initialize tracksSubRegLiveness early, do not print/parser it
tracksSubRegLiveness only depends on the Subtarget and a cl::opt, there
is not need to change it or save/parse it in a .mir file.
Make the field const and move the initialization LiveIntervalAnalysis to the
MachineRegisterInfo constructor. Also cleanup some code and fix some
instances which better use MachineRegisterInfo::subRegLivenessEnabled() instead
of TargetSubtargetInfo::enableSubRegLiveness().

llvm-svn: 279676
2016-08-24 22:17:45 +00:00
..
expected-target-index-name.mir MachineRegisterInfo/MIR: Initialize tracksSubRegLiveness early, do not print/parser it 2016-08-24 22:17:45 +00:00
intrinsics.mir CodeGen: add new "intrinsic" MachineOperand kind. 2016-07-29 20:32:59 +00:00
invalid-target-index-operand.mir MachineRegisterInfo/MIR: Initialize tracksSubRegLiveness early, do not print/parser it 2016-08-24 22:17:45 +00:00
lit.local.cfg
target-index-operands.mir MachineRegisterInfo/MIR: Initialize tracksSubRegLiveness early, do not print/parser it 2016-08-24 22:17:45 +00:00