[all-commits] [llvm/llvm-project] 4a3899: [mlir][arith] Validate pass options in arith-int-n...
Jakub Kuderski via All-commits
all-commits at lists.llvm.org
Mon Jul 31 08:32:38 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4a3899577ae038b8b640620eb38d02a34988c732
https://github.com/llvm/llvm-project/commit/4a3899577ae038b8b640620eb38d02a34988c732
Author: Jakub Kuderski <kubak at google.com>
Date: 2023-07-31 (Mon, 31 Jul 2023)
Changed paths:
M mlir/lib/Dialect/Arith/Transforms/IntNarrowing.cpp
A mlir/test/Dialect/Arith/int-narrowing-invalid-options.mlir
Log Message:
-----------
[mlir][arith] Validate pass options in arith-int-narrowing
Exist gracefully instead of triggering an assertions.
Fixes: https://github.com/llvm/llvm-project/issues/64257
Reviewed By: springerm
Differential Revision: https://reviews.llvm.org/D156694
More information about the All-commits
mailing list