[all-commits] [llvm/llvm-project] caf894: [mlir][transform] Guard parametric loop tiling pas...
Kai Sasaki via All-commits
all-commits at lists.llvm.org
Wed Dec 4 01:56:25 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: caf8942cd9e52fca35992ab34af0a1cec1866759
https://github.com/llvm/llvm-project/commit/caf8942cd9e52fca35992ab34af0a1cec1866759
Author: Kai Sasaki <lewuathe at gmail.com>
Date: 2024-12-04 (Wed, 04 Dec 2024)
Changed paths:
A mlir/test/Transforms/invalid-outer-loop-size.mlir
M mlir/test/lib/Dialect/SCF/TestLoopParametricTiling.cpp
Log Message:
-----------
[mlir][transform] Guard parametric loop tiling pass from no option (#118254)
`test-extract-fixed-outer-loops` pass always crash without any
`test-outer-loop-sizes` option. We need to keep the pass from crash by
checking the option existence.
Fix https://github.com/llvm/llvm-project/issues/61716,
https://github.com/llvm/llvm-project/issues/116360
---------
Co-authored-by: Mehdi Amini <joker.eph at gmail.com>
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