[all-commits] [llvm/llvm-project] 04af7d: [mlir][spirv][vector] Fix vector shuffle conversio...

Jakub Kuderski via All-commits all-commits at lists.llvm.org
Mon Jul 31 17:13:51 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 04af7d224bd8ee2b346525b02ed04f57d8d9d1f8
      https://github.com/llvm/llvm-project/commit/04af7d224bd8ee2b346525b02ed04f57d8d9d1f8
  Author: Jakub Kuderski <kubak at google.com>
  Date:   2023-07-31 (Mon, 31 Jul 2023)

  Changed paths:
    M mlir/lib/Conversion/VectorToSPIRV/VectorToSPIRV.cpp
    M mlir/test/Conversion/VectorToSPIRV/vector-to-spirv.mlir

  Log Message:
  -----------
  [mlir][spirv][vector] Fix vector shuffle conversion for scalar inputs

Handle both v0 and v1 operands that may be converted to SPIR-V scalars.

Fixes: https://github.com/llvm/llvm-project/issues/64271

Reviewed By: antiagainst

Differential Revision: https://reviews.llvm.org/D156717




More information about the All-commits mailing list