[Mlir-commits] [mlir] [MLIR] Flatten fused locations when merging constants. (PR #75218)

Benjamin Chetioui llvmlistbot at llvm.org
Tue Dec 12 13:00:22 PST 2023


================
@@ -331,6 +331,42 @@ OperationFolder::tryGetOrCreateConstant(ConstantMap &uniquedConstants,
   return newIt.first->second;
 }
 
+namespace {
----------------
bchetioui wrote:

Done.

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


More information about the Mlir-commits mailing list