[all-commits] [llvm/llvm-project] 2442aa: [mlir][spirv] Add extensions implied by SPIR-V 1.6
Jakub Kuderski via All-commits
all-commits at lists.llvm.org
Mon Dec 5 14:41:51 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2442aa3447706405898b2072c649377ac2f302d8
https://github.com/llvm/llvm-project/commit/2442aa3447706405898b2072c649377ac2f302d8
Author: Jakub Kuderski <kubak at google.com>
Date: 2022-12-05 (Mon, 05 Dec 2022)
Changed paths:
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVBase.td
M mlir/lib/Dialect/SPIRV/IR/SPIRVEnums.cpp
Log Message:
-----------
[mlir][spirv] Add extensions implied by SPIR-V 1.6
This adds existing extensions as implied by SPIR-V 1.6.
Also clean up the surrounding code.
Fixes: https://github.com/llvm/llvm-project/issues/59348.
Reviewed By: antiagainst
Differential Revision: https://reviews.llvm.org/D139369
More information about the All-commits
mailing list