[PATCH] D70030: [MachineBlockPlacement] Fix UnscheduledPredecessors counter to reflect tail duplication.
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 16 16:46:31 PST 2022
arsenm requested changes to this revision.
arsenm added inline comments.
This revision now requires changes to proceed.
Herald added a project: All.
================
Comment at: llvm/test/CodeGen/ARM/block-placement-tail-duplication_pr44122.mir:614-619
+
+ bb.25.bb10:
+ successors:
+ liveins: $r9
+
+ $r1 = tMOVr $r9, 14, $noreg
----------------
Can you reduce this at all? llvm-reduce for MIR can at least drop the IR references making it easier to delete the IR section. The block reduction still needs to be pushed
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70030/new/
https://reviews.llvm.org/D70030
More information about the llvm-commits
mailing list