[all-commits] [llvm/llvm-project] 31c352: [mlir][spirv] Fix crash when decorating physical s...
Jakub Kuderski via All-commits
all-commits at lists.llvm.org
Tue Feb 14 13:15:13 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 31c35285d27ed507ae758aefdca0d9cd05c7f21d
https://github.com/llvm/llvm-project/commit/31c35285d27ed507ae758aefdca0d9cd05c7f21d
Author: Jakub Kuderski <kubak at google.com>
Date: 2023-02-14 (Tue, 14 Feb 2023)
Changed paths:
M mlir/include/mlir/Dialect/SPIRV/Utils/LayoutUtils.h
M mlir/lib/Dialect/SPIRV/Transforms/DecorateCompositeTypeLayoutPass.cpp
M mlir/lib/Dialect/SPIRV/Utils/LayoutUtils.cpp
M mlir/test/Dialect/SPIRV/Transforms/layout-decoration.mlir
Log Message:
-----------
[mlir][spirv] Fix crash when decorating physical storage buffer pointers
Add a comment explaining `PhysicalStorageBufferAddresses` are not
supported yet.
Fixes: https://github.com/llvm/llvm-project/issues/60196
Reviewed By: antiagainst
Differential Revision: https://reviews.llvm.org/D144039
More information about the All-commits
mailing list