Skip to content

Commit 262e991

Browse files
committed
update pass desc
1 parent 324b8bd commit 262e991

File tree

1 file changed

+3
-0
lines changed
  • mlir/include/mlir/Dialect/Arith/Transforms

1 file changed

+3
-0
lines changed

mlir/include/mlir/Dialect/Arith/Transforms/Passes.td

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ def ArithIntRangeNarrowing : Pass<"arith-int-range-narrowing"> {
5555
let description = [{
5656
This pass runs integer range analysis and tries to narrow arith ops to the
5757
specified bitwidth based on its results.
58+
59+
`bitwidthsSupported` assumed to be not wider than `index` type.
60+
TODO: get index width from DLTI.
5861
}];
5962

6063
let options = [

0 commit comments

Comments
 (0)