[all-commits] [llvm/llvm-project] 684dfe: [mlir] factor out ConvertToLLVMPattern

ftynse via All-commits all-commits at lists.llvm.org
Thu Jul 8 01:27:21 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 684dfe8adb7eb6037b20e12364cae97c01ff2190
      https://github.com/llvm/llvm-project/commit/684dfe8adb7eb6037b20e12364cae97c01ff2190
  Author: Alex Zinenko <zinenko at google.com>
  Date:   2021-07-08 (Thu, 08 Jul 2021)

  Changed paths:
    A mlir/include/mlir/Conversion/LLVMCommon/Pattern.h
    A mlir/include/mlir/Conversion/LLVMCommon/VectorPattern.h
    M mlir/include/mlir/Conversion/StandardToLLVM/ConvertStandardToLLVM.h
    M mlir/include/mlir/Conversion/StandardToLLVM/ConvertStandardToLLVMPass.h
    M mlir/lib/Conversion/GPUCommon/CMakeLists.txt
    M mlir/lib/Conversion/GPUCommon/GPUToLLVMConversion.cpp
    M mlir/lib/Conversion/LLVMCommon/CMakeLists.txt
    A mlir/lib/Conversion/LLVMCommon/Pattern.cpp
    A mlir/lib/Conversion/LLVMCommon/VectorPattern.cpp
    M mlir/lib/Conversion/OpenMPToLLVM/CMakeLists.txt
    M mlir/lib/Conversion/OpenMPToLLVM/OpenMPToLLVM.cpp
    M mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp

  Log Message:
  -----------
  [mlir] factor out ConvertToLLVMPattern

This class and classes that extend it are general utilities for any dialect
that is being converted into the LLVM dialect. They are in no way specific to
Standard-to-LLVM conversion and should not make their users depend on it.

Reviewed By: nicolasvasilache

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




More information about the All-commits mailing list