[all-commits] [llvm/llvm-project] 59569e: [mlir] Fix support for loop normalization with int...
Arseniy Obolenskiy via All-commits
all-commits at lists.llvm.org
Fri Jan 5 06:49:36 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 59569eb756265b2a5d9d96f6c6c5ee1a3c371c4f
https://github.com/llvm/llvm-project/commit/59569eb756265b2a5d9d96f6c6c5ee1a3c371c4f
Author: Arseniy Obolenskiy <gooddoog at student.su>
Date: 2024-01-05 (Fri, 05 Jan 2024)
Changed paths:
M mlir/lib/Dialect/SCF/Utils/Utils.cpp
M mlir/test/Dialect/SCF/transform-ops.mlir
Log Message:
-----------
[mlir] Fix support for loop normalization with integer indices (#76566)
Choose correct type for updated loop boundaries after scf loop
normalization, do not force chosen type to IndexType
More information about the All-commits
mailing list