[all-commits] [llvm/llvm-project] 52aa6b: [mlir][Conversion] Implement ConvertToLLVMPatternI...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Aug 9 00:27:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 52aa6bd3fd6f48f583beaadcbb53edc0f3def4a1
https://github.com/llvm/llvm-project/commit/52aa6bd3fd6f48f583beaadcbb53edc0f3def4a1
Author: Matthias Springer <me at m-sp.org>
Date: 2023-08-09 (Wed, 09 Aug 2023)
Changed paths:
M mlir/include/mlir/Conversion/ArithToLLVM/ArithToLLVM.h
M mlir/include/mlir/Conversion/AsyncToLLVM/AsyncToLLVM.h
M mlir/include/mlir/Conversion/ComplexToLLVM/ComplexToLLVM.h
M mlir/include/mlir/Conversion/ControlFlowToLLVM/ControlFlowToLLVM.h
M mlir/include/mlir/InitAllExtensions.h
M mlir/lib/Conversion/ArithToLLVM/ArithToLLVM.cpp
M mlir/lib/Conversion/AsyncToLLVM/AsyncToLLVM.cpp
M mlir/lib/Conversion/ComplexToLLVM/ComplexToLLVM.cpp
M mlir/lib/Conversion/ControlFlowToLLVM/ControlFlowToLLVM.cpp
M mlir/test/Conversion/ArithToLLVM/arith-to-llvm.mlir
M mlir/test/Conversion/AsyncToLLVM/convert-to-llvm.mlir
M mlir/test/Conversion/ComplexToLLVM/convert-to-llvm.mlir
M mlir/test/Conversion/ControlFlowToLLVM/assert.mlir
Log Message:
-----------
[mlir][Conversion] Implement ConvertToLLVMPatternInterface (1)
Implement ConvertToLLVMPatternInterface for more dialects: arith, async,
complex, cf.
Differential Revision: https://reviews.llvm.org/D157391
More information about the All-commits
mailing list