[all-commits] [llvm/llvm-project] 4f4767: [mlir][arith][spirv] Account for possible type con...
Jakub Kuderski via All-commits
all-commits at lists.llvm.org
Wed Dec 14 16:33:50 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4f47677dee24b78548b49f3abca2c1ea65a79c8a
https://github.com/llvm/llvm-project/commit/4f47677dee24b78548b49f3abca2c1ea65a79c8a
Author: Jakub Kuderski <kubak at google.com>
Date: 2022-12-14 (Wed, 14 Dec 2022)
Changed paths:
M mlir/lib/Conversion/ArithToSPIRV/ArithToSPIRV.cpp
M mlir/test/Conversion/ArithToSPIRV/arith-to-spirv-unsupported.mlir
Log Message:
-----------
[mlir][arith][spirv] Account for possible type conversion failures
Check results of all type conversions in `--convert-arith-to-spirv`.
Fixes: https://github.com/llvm/llvm-project/issues/59496
Reviewed By: antiagainst
Differential Revision: https://reviews.llvm.org/D140033
More information about the All-commits
mailing list