[Mlir-commits] [mlir] [mlir] Add pass to add comdat to all linkonce functions (PR #65270)
Mehdi Amini
llvmlistbot at llvm.org
Wed Sep 6 15:30:01 PDT 2023
================
@@ -11,6 +11,11 @@
include "mlir/Pass/PassBase.td"
+def LLVMAddComdats : Pass<"llvm-add-comdats", "::mlir::ModuleOp"> {
+ let summary = "Add comdats to linkonce and linkonce_odr functions";
----------------
joker-eph wrote:
Can you add a description about the context for this pass, more info about the invariant, why it's used, etc.
(this will be generated in the doc on the website!)
https://github.com/llvm/llvm-project/pull/65270
More information about the Mlir-commits
mailing list