[Mlir-commits] [mlir] [MLIR] Fuse locations of hoisted / merged constants (PR #74670)

Jeff Niu llvmlistbot at llvm.org
Wed Dec 6 23:30:01 PST 2023


================
@@ -19,6 +19,38 @@
 
 using namespace mlir;
 
+// Fuse `foldedLocation` into the Location of `retainedOp`.
----------------
Mogball wrote:

style: please use `///` for docstrings

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


More information about the Mlir-commits mailing list