[all-commits] [llvm/llvm-project] 72e8b2: [mlir][spirv] Allow vectors of index types in elem...
Quinn Dawkins via All-commits
all-commits at lists.llvm.org
Fri Mar 17 10:37:17 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 72e8b286f03c7f6bacbec10ca9883f77d482284c
https://github.com/llvm/llvm-project/commit/72e8b286f03c7f6bacbec10ca9883f77d482284c
Author: Quinn Dawkins <quinn at nod-labs.com>
Date: 2023-03-17 (Fri, 17 Mar 2023)
Changed paths:
M mlir/lib/Conversion/ArithToSPIRV/ArithToSPIRV.cpp
M mlir/lib/Conversion/SPIRVCommon/Pattern.h
M mlir/test/Conversion/ArithToSPIRV/arith-to-spirv.mlir
Log Message:
-----------
[mlir][spirv] Allow vectors of index types in elementwise conversions
Currently the conversion of elementwise ops only checks for scalar index
types when checking for bitwidth emulation.
Differential Revision: https://reviews.llvm.org/D146307
More information about the All-commits
mailing list