[Mlir-commits] [mlir] [MLIR][LLVM][Mem2Reg] Extends support for partial stores (PR #89740)

Théo Degioanni llvmlistbot at llvm.org
Wed Apr 24 01:04:35 PDT 2024


================
@@ -191,7 +191,7 @@ class MemorySlotPromoter {
 
   /// Lazily-constructed default value representing the content of the slot when
   /// no store has been executed. This function may mutate IR.
-  Value getLazyDefaultValue();
+  Value getOrCreateDefaultValue();
----------------
Moxinilian wrote:

Don't forget to update the doc comment for the `defaultValue` field.

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


More information about the Mlir-commits mailing list