[llvm] [CodeGen][NewPM] Extract MachineFunctionProperties modification part to an RAII class (PR #94854)

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 17 22:32:12 PDT 2024


================
@@ -245,24 +245,27 @@ class PassManager : public PassInfoMixin<
     return PA;
   }
 
-  // FIXME: Revert to enable_if style when gcc >= 11.1
----------------
aeubanks wrote:

ah sorry, I was mixing up enable_if_t and enable_if

https://github.com/llvm/llvm-project/pull/94854


More information about the llvm-commits mailing list