[all-commits] [llvm/llvm-project] 47fd19: [mlir][StandardToSPIRV] Extend support for lowerin...

Han-Chung Wang via All-commits all-commits at lists.llvm.org
Mon Nov 16 06:51:35 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 47fd19f22eb5e6a7e711ca44f0414e2de7614f4b
      https://github.com/llvm/llvm-project/commit/47fd19f22eb5e6a7e711ca44f0414e2de7614f4b
  Author: Hanhan Wang <hanchung at google.com>
  Date:   2020-11-16 (Mon, 16 Nov 2020)

  Changed paths:
    M mlir/lib/Conversion/StandardToSPIRV/ConvertStandardToSPIRV.cpp
    M mlir/test/Conversion/StandardToSPIRV/std-ops-to-spirv.mlir

  Log Message:
  -----------
  [mlir][StandardToSPIRV] Extend support for lowering cmpi to SPIRV.

The logic of vector on boolean was missed. This patch adds the logic and test on
it.

Reviewed By: mravishankar

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




More information about the All-commits mailing list