[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 09:53:28 PDT 2024


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

https://www.llvm.org/docs/GettingStarted.html#getting-a-modern-host-c-toolchain says we still support some gcc <11 (this should be a separate PR anyway)

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


More information about the llvm-commits mailing list