[all-commits] [llvm/llvm-project] 223be5: [mlir][spirv] Perform partial conversion in Vector...

Lei Zhang via All-commits all-commits at lists.llvm.org
Thu Dec 16 06:41:10 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 223be5f630c0fa71a69a591a9b0317953093035c
      https://github.com/llvm/llvm-project/commit/223be5f630c0fa71a69a591a9b0317953093035c
  Author: Lei Zhang <antiagainst at google.com>
  Date:   2021-12-16 (Thu, 16 Dec 2021)

  Changed paths:
    M mlir/lib/Conversion/VectorToSPIRV/VectorToSPIRVPass.cpp
    M mlir/test/Conversion/VectorToSPIRV/simple.mlir

  Log Message:
  -----------
  [mlir][spirv] Perform partial conversion in VectorToSPIRVPass

This allows the pass to participate in progressive lowering
and it also allows us to write tests better.

Along the way, cleaned up the tests.

Reviewed By: ThomasRaoux

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




More information about the All-commits mailing list