[all-commits] [llvm/llvm-project] b01c71: [MLIR][Affine] Fix crash in loop unswitching/hoist...
Uday Bondhugula via All-commits
all-commits at lists.llvm.org
Sat Mar 8 06:54:18 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b01c71bbd4f7f7565313c38ac7a3b7377eada798
https://github.com/llvm/llvm-project/commit/b01c71bbd4f7f7565313c38ac7a3b7377eada798
Author: Uday Bondhugula <uday at polymagelabs.com>
Date: 2025-03-08 (Sat, 08 Mar 2025)
Changed paths:
M mlir/lib/Dialect/Affine/Utils/Utils.cpp
M mlir/test/Dialect/Affine/loop-unswitch.mlir
Log Message:
-----------
[MLIR][Affine] Fix crash in loop unswitching/hoistAffineIfOp (#130401)
Fix obvious crash as a result of missing affine.parallel handling. Also,
fix bug exposed in a helper method used by hoistAffineIfOp.
Fixes: https://github.com/llvm/llvm-project/issues/62323
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