[all-commits] [llvm/llvm-project] bfdc47: [mlir][Conversion] Implement ConvertToLLVMPatternI...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Aug 9 01:30:28 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bfdc47232ceab10dc7534ea84c6b08d286fe679a
https://github.com/llvm/llvm-project/commit/bfdc47232ceab10dc7534ea84c6b08d286fe679a
Author: Matthias Springer <me at m-sp.org>
Date: 2023-08-09 (Wed, 09 Aug 2023)
Changed paths:
M mlir/include/mlir/Conversion/IndexToLLVM/IndexToLLVM.h
M mlir/include/mlir/Conversion/MathToLLVM/MathToLLVM.h
M mlir/include/mlir/Conversion/UBToLLVM/UBToLLVM.h
M mlir/include/mlir/InitAllExtensions.h
M mlir/lib/Conversion/IndexToLLVM/IndexToLLVM.cpp
M mlir/lib/Conversion/MathToLLVM/MathToLLVM.cpp
M mlir/lib/Conversion/UBToLLVM/UBToLLVM.cpp
M mlir/test/Conversion/IndexToLLVM/index-to-llvm.mlir
M mlir/test/Conversion/MathToLLVM/math-to-llvm.mlir
M mlir/test/Conversion/UBToLLVM/ub-to-llvm.mlir
Log Message:
-----------
[mlir][Conversion] Implement ConvertToLLVMPatternInterface (2)
Implement ConvertToLLVMPatternInterface for more dialects: index, math,
ub.
Differential Revision: https://reviews.llvm.org/D157478
More information about the All-commits
mailing list