Skip to content

Commit 640f697

Browse files
tim-hoffmangithub-actions[bot]
authored andcommitted
Automerge: [mlir] Documentation typo fixes (#135732)
2 parents 4ffadc8 + d976be0 commit 640f697

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mlir/include/mlir/Transforms/DialectConversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

mlir/include/mlir/Transforms/Passes.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)