[Mlir-commits] [mlir] [mlir][spirv] Restructure code in `SPIRVConversion.cpp`. NFC. (PR #99393)
Jakub Kuderski
llvmlistbot at llvm.org
Wed Jul 17 21:31:58 PDT 2024
================
@@ -52,7 +54,7 @@ static int getComputeVectorSize(int64_t size) {
return 1;
}
-static std::optional<SmallVector<int64_t>> getTargetShape(VectorType vecType) {
+std::optional<SmallVector<int64_t>> getTargetShape(VectorType vecType) {
----------------
kuhar wrote:
I meant re-adding static to all these functions where static was dropped.
https://github.com/llvm/llvm-project/pull/99393
More information about the Mlir-commits
mailing list