We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 324b8bd commit 262e991Copy full SHA for 262e991
mlir/include/mlir/Dialect/Arith/Transforms/Passes.td
@@ -55,6 +55,9 @@ def ArithIntRangeNarrowing : Pass<"arith-int-range-narrowing"> {
55
let description = [{
56
This pass runs integer range analysis and tries to narrow arith ops to the
57
specified bitwidth based on its results.
58
+
59
+ `bitwidthsSupported` assumed to be not wider than `index` type.
60
+ TODO: get index width from DLTI.
61
}];
62
63
let options = [
0 commit comments