[all-commits] [llvm/llvm-project] 4f4cd9: [mlir][spirv] Fix OOB error in TestModuleCombiner
Jakub Kuderski via All-commits
all-commits at lists.llvm.org
Mon Apr 24 11:00:57 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4f4cd963a6e820b50514706a1a3faed3a05779a2
https://github.com/llvm/llvm-project/commit/4f4cd963a6e820b50514706a1a3faed3a05779a2
Author: Jakub Kuderski <kubak at google.com>
Date: 2023-04-24 (Mon, 24 Apr 2023)
Changed paths:
M mlir/lib/Dialect/SPIRV/Linking/ModuleCombiner/ModuleCombiner.cpp
M mlir/test/Dialect/SPIRV/Linking/ModuleCombiner/basic.mlir
M mlir/test/lib/Dialect/SPIRV/TestModuleCombiner.cpp
Log Message:
-----------
[mlir][spirv] Fix OOB error in TestModuleCombiner
Also fix a typo in the surrounding code.
Fixes: https://github.com/llvm/llvm-project/issues/62318
Reviewed By: qedawkins
Differential Revision: https://reviews.llvm.org/D149069
More information about the All-commits
mailing list