[all-commits] [llvm/llvm-project] ad1edc: [mlir][IntegerRangeAnalysis] Handle multi-dimensio...
Krzysztof Drewniak via All-commits
all-commits at lists.llvm.org
Fri Dec 5 11:07:37 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ad1edc9cbcc9ac4e86931da3e676a7b7caef1be3
https://github.com/llvm/llvm-project/commit/ad1edc9cbcc9ac4e86931da3e676a7b7caef1be3
Author: Krzysztof Drewniak <Krzysztof.Drewniak at amd.com>
Date: 2025-12-05 (Fri, 05 Dec 2025)
Changed paths:
M mlir/lib/Analysis/DataFlow/IntegerRangeAnalysis.cpp
M mlir/test/Interfaces/InferIntRangeInterface/infer-int-range-test-ops.mlir
Log Message:
-----------
[mlir][IntegerRangeAnalysis] Handle multi-dimensional loops (#170765)
Since LoopLikeInterface has (for some time) been extended to handle
multiple induction variables (and thus lower and upper bounds), handle
those bounds one at a time.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list