[all-commits] [llvm/llvm-project] c29fc6: [mlir][spirv] Support shaped types with index element
Jakub Kuderski via All-commits
all-commits at lists.llvm.org
Wed Mar 1 11:04:35 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c29fc69e35bf3071621e561d9c1b40b630d24a91
https://github.com/llvm/llvm-project/commit/c29fc69e35bf3071621e561d9c1b40b630d24a91
Author: Jakub Kuderski <kubak at google.com>
Date: 2023-03-01 (Wed, 01 Mar 2023)
Changed paths:
M mlir/lib/Dialect/SPIRV/Transforms/SPIRVConversion.cpp
M mlir/test/Conversion/FuncToSPIRV/types-to-spirv.mlir
Log Message:
-----------
[mlir][spirv] Support shaped types with index element
This makes the SPIR-V type converter first convert `index` element types
to the right integer type.
Fixes: https://github.com/llvm/llvm-project/issues/61054
Reviewed By: antiagainst
Differential Revision: https://reviews.llvm.org/D145090
More information about the All-commits
mailing list