[all-commits] [llvm/llvm-project] 57c10f: [mlir][spirv] Add vector.interleave to spirv.Vecto...

Angel Zhang via All-commits all-commits at lists.llvm.org
Mon May 27 16:45:18 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 57c10fa564af44a5b236bc642c540d715b04448c
      https://github.com/llvm/llvm-project/commit/57c10fa564af44a5b236bc642c540d715b04448c
  Author: Angel Zhang <angel.zhang at amd.com>
  Date:   2024-05-27 (Mon, 27 May 2024)

  Changed paths:
    M mlir/lib/Conversion/VectorToSPIRV/CMakeLists.txt
    M mlir/lib/Conversion/VectorToSPIRV/VectorToSPIRV.cpp
    M mlir/test/Conversion/VectorToSPIRV/vector-to-spirv.mlir
    M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

  Log Message:
  -----------
  [mlir][spirv] Add vector.interleave to spirv.VectorShuffle conversion (#93240)

- Add `vector.interleave` to `spirv.VectorShuffle` conversion
- Remove the `vector.interleave` to `vector.shuffle` conversion from
`populateVectorToSPIRVPatterns` and CMake/Bazel dependencies

---------

Co-authored-by: Jakub Kuderski <kubakuderski at gmail.com>



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list