[all-commits] [llvm/llvm-project] 266b5b: [mlir][spirv] Add a missing pattern to MathToSPIRV...
Nishant Patel via All-commits
all-commits at lists.llvm.org
Wed May 24 15:31:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 266b5bc1f61239955eb6eeceecdb78e7929d1abb
https://github.com/llvm/llvm-project/commit/266b5bc1f61239955eb6eeceecdb78e7929d1abb
Author: Nishant Patel <nishant.b.patel at intel.com>
Date: 2023-05-24 (Wed, 24 May 2023)
Changed paths:
M mlir/lib/Conversion/MathToSPIRV/MathToSPIRV.cpp
M mlir/test/Conversion/MathToSPIRV/math-to-opencl-spirv.mlir
Log Message:
-----------
[mlir][spirv] Add a missing pattern to MathToSPIRV Conversion pass
The MathToSPIRV conversion pass missed out a pattern for converting
math::AbsIOP to spirv::CLSAbsOp
Reviewed By: antiagainst
Differential Revision: https://reviews.llvm.org/D151378
More information about the All-commits
mailing list