[all-commits] [llvm/llvm-project] e85e44: [MLIR][Affine] Fix crash in affine.for empty loop ...
Uday Bondhugula via All-commits
all-commits at lists.llvm.org
Sat Mar 8 00:07:13 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e85e44ca9cca70990a0b6a96a11014f2ac56aca5
https://github.com/llvm/llvm-project/commit/e85e44ca9cca70990a0b6a96a11014f2ac56aca5
Author: Uday Bondhugula <uday at polymagelabs.com>
Date: 2025-03-08 (Sat, 08 Mar 2025)
Changed paths:
M mlir/lib/Dialect/Affine/IR/AffineOps.cpp
M mlir/test/Dialect/Affine/canonicalize.mlir
Log Message:
-----------
[MLIR][Affine] Fix crash in affine.for empty loop folder (#130372)
A yield value can be the loop IV itself.
Fixes: https://github.com/llvm/llvm-project/issues/74301
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