[Mlir-commits] [mlir] [mlir][spirv] Implement vector type legalization in function signatures (PR #98337)
Ivan Butygin
llvmlistbot at llvm.org
Wed Jul 10 13:48:41 PDT 2024
================
@@ -34,6 +44,38 @@ using namespace mlir;
// Utility functions
//===----------------------------------------------------------------------===//
+static int getComputeVectorSize(int64_t size) {
+ for (int i : {4, 3, 2}) {
----------------
Hardcode84 wrote:
Nevermind, didn't noticed first comment
https://github.com/llvm/llvm-project/pull/98337
More information about the Mlir-commits
mailing list