[PATCH] D66500: [SlotIndexes] Only print slotindexes when required
Francis Visoiu Mistrih via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 20 15:44:18 PDT 2019
thegameg added a reviewer: qcolombet.
thegameg added a comment.
Can we also get a test for this?
================
Comment at: llvm/lib/CodeGen/MachineBasicBlock.cpp:46
+ "SlotIndexes when available"),
+ cl::init(false), cl::Hidden);
+
----------------
I'd rather have this init to true, and allow users to disable it when they want to get rid of it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66500/new/
https://reviews.llvm.org/D66500
More information about the llvm-commits
mailing list