[PATCH] D77181: [WebAssembly] Fix subregion relationship in CFGSort
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 31 17:40:22 PDT 2020
dschuff accepted this revision.
dschuff added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/lib/Target/WebAssembly/WebAssemblyCFGSort.cpp:99
+ // excptions), but MachineLoop may not, because MachineLoop does not contain
+ // BBs that don't have a pass to its header even if they are dominated by
+ // its header. So here we should use WE->contains(ML->getHeader()), but not
----------------
do you mean "path" instead of "pass" here and in the commit message?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77181/new/
https://reviews.llvm.org/D77181
More information about the llvm-commits
mailing list