[all-commits] [llvm/llvm-project] 4078b1: [MLIR][Affine] Fix fusion crash for non-int/fp mem...
Uday Bondhugula via All-commits
all-commits at lists.llvm.org
Wed Feb 12 15:58:09 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4078b11daa5b4902f59fa79c1647a20532b16c55
https://github.com/llvm/llvm-project/commit/4078b11daa5b4902f59fa79c1647a20532b16c55
Author: Uday Bondhugula <uday at polymagelabs.com>
Date: 2025-02-13 (Thu, 13 Feb 2025)
Changed paths:
M mlir/lib/Dialect/Affine/Transforms/LoopFusion.cpp
M mlir/test/Dialect/Affine/loop-fusion-4.mlir
Log Message:
-----------
[MLIR][Affine] Fix fusion crash for non-int/fp memref elt types (#126829)
Fix assumption on memref elt types being int or float during private
memref creation in affine fusion.
Fixes: https://github.com/llvm/llvm-project/issues/121020
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