[PATCH] D125515: [WebAssembly] Fix register use-def in FixIrreducibleControlFlow
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 13 08:55:12 PDT 2022
dschuff added a comment.
This looks great! I guess the test for this will be when the fix for the MIR verifier lands, and it will start throwing errors if this somehow breaks, right?
================
Comment at: llvm/lib/Target/WebAssembly/WebAssemblyReplacePhysRegs.cpp:108
+ // set.
+ MF.getProperties().set(MachineFunctionProperties::Property::TracksLiveness);
+
----------------
Should this go in the FixIrreducibleControlFlow pass? It's that pass that sets up the implicit defs correctly and not this one, right?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125515/new/
https://reviews.llvm.org/D125515
More information about the llvm-commits
mailing list