File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
mlir/include/mlir/Transforms Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ class TypeConverter {
223223 }
224224
225225 // / Register a conversion function for attributes within types. Type
226- // / converters may call this function in order to allow hoking into the
226+ // / converters may call this function in order to allow hooking into the
227227 // / translation of attributes that exist within types. For example, a type
228228 // / converter for the `memref` type could use these conversions to convert
229229 // / memory spaces or layouts in an extensible way.
Original file line number Diff line number Diff line change @@ -364,8 +364,8 @@ def Mem2Reg : Pass<"mem2reg"> {
364364 let description = [{
365365 This pass removes loads out of and stores into a memory slot, and turns
366366 them into direct uses of SSA values. This is done generically using the
367- `PromoteAllocationOpInterface `, `PromoteOpInterface ` and
368- `PromoteMemOpInterface ` interfaces.
367+ `PromotableAllocationOpInterface `, `PromotableOpInterface ` and
368+ `PromotableMemOpInterface ` interfaces.
369369
370370 This pass will attempt to compute which definitions of the content of
371371 the memory slot reach operations that use the memory slot pointer. It
You can’t perform that action at this time.
0 commit comments