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

Quentin Colombet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 18 08:35:33 PDT 2018


qcolombet added a comment.

Either changing the default (trackLiveness == true by default) or printing it is fine.

The odd thing is I would have expected the right printing/default to happen. Do you know when this property is set during the regular pipeline? (i.e., why stop-after/before)


Repository:
  rL LLVM

https://reviews.llvm.org/D47999





More information about the llvm-commits mailing list