[llvm] Revert "[NFC][EarlyIfConverter] Turn SSAIfConv into a local variable (#107390)" (PR #111385)
Juan Manuel Martinez CaamaƱo via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 7 07:21:26 PDT 2024
================
@@ -163,7 +163,8 @@ class SSAIfConv {
void rewritePHIOperands();
public:
- SSAIfConv(MachineFunction &MF) {
+ /// runOnMachineFunction - Initialize per-function data structures.
+ void runOnMachineFunction(MachineFunction &MF) {
----------------
jmmartinez wrote:
This `runOnMachineFunction` is confusing. I think I'll rename it to `init` later
https://github.com/llvm/llvm-project/pull/111385
More information about the llvm-commits
mailing list