[all-commits] [llvm/llvm-project] 91de20: [mlir][spirv] Use UnrealizedConversionCast in Arit...

Lei Zhang via All-commits all-commits at lists.llvm.org
Mon Jun 13 10:14:12 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 91de20c36d585eed3abc82f4f15907c6dcd2067c
      https://github.com/llvm/llvm-project/commit/91de20c36d585eed3abc82f4f15907c6dcd2067c
  Author: Lei Zhang <antiagainst at google.com>
  Date:   2022-06-13 (Mon, 13 Jun 2022)

  Changed paths:
    M mlir/lib/Conversion/ArithmeticToSPIRV/ArithmeticToSPIRV.cpp
    M mlir/test/Conversion/ArithmeticToSPIRV/arithmetic-to-spirv.mlir

  Log Message:
  -----------
  [mlir][spirv] Use UnrealizedConversionCast in ArithmeticToSPIRV

This avoids pulling in function converion patterns, which is not
part of what we want to test in ArithmeticToSPIRV. It also allows
using ConvertArithmeticToSPIRVPass as a standalone step.

Reviewed By: ThomasRaoux

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




More information about the All-commits mailing list