[PATCH] D47999: cl::opt ForceTrackRegLiveness for forcing liveness tracking on MIR (in MIR-Parser)

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 18 13:51:07 PDT 2018


MatzeB added a comment.

Looking around the code I would guess it just works. You should however also remove the `&& MRI.tracksLiveness()` from `MachineBasicBlock::print()` if you change the default.


Repository:
  rL LLVM

https://reviews.llvm.org/D47999





More information about the llvm-commits mailing list