[PATCH] D127208: MachineSink debug invariance
Markus Lavin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 7 05:29:22 PDT 2022
markus added a comment.
Should add a .mir test
================
Comment at: llvm/lib/CodeGen/MachineSink.cpp:271
+static unsigned sizeNoDbg(const MachineBasicBlock &MBB) {
+ unsigned Size = 0;
----------------
Don't we already have some utility function for this?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127208/new/
https://reviews.llvm.org/D127208
More information about the llvm-commits
mailing list