[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
       
    Tue Oct  8 01:28:31 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:
https://github.com/llvm/llvm-project/pull/111500
https://github.com/llvm/llvm-project/pull/111385
    
    
More information about the llvm-commits
mailing list