[all-commits] [llvm/llvm-project] 3049c7: [mlir][vector][spirv] Lower vector.load and vector...

Kai Wang via All-commits all-commits at lists.llvm.org
Fri Nov 24 02:29:57 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3049c76e43be0db265ea4b2a0497adabc88edcc5
      https://github.com/llvm/llvm-project/commit/3049c76e43be0db265ea4b2a0497adabc88edcc5
  Author: Kai Wang <hsiangkai.wang at arm.com>
  Date:   2023-11-24 (Fri, 24 Nov 2023)

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

  Log Message:
  -----------
  [mlir][vector][spirv] Lower vector.load and vector.store to SPIR-V (#71674)

Add patterns to lower vector.load to spirv.load and vector.store to
spirv.store.




More information about the All-commits mailing list