[Mlir-commits] [mlir] [mlir] Add pass to add comdat to all linkonce functions (PR #65270)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Sep 6 14:58:26 PDT 2023


================
@@ -0,0 +1,17 @@
+// RUN: mlir-opt -llvm-add-comdats -verify-diagnostics %s | FileCheck %s
----------------
kiranchandramohan wrote:

Should this test reside in `mlir/test/Dialect/LLVMIR/ `?

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


More information about the Mlir-commits mailing list