[all-commits] [llvm/llvm-project] e332c2: [mlir][LLVM] NFC - Refactor a lookupOrCreateFn to ...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Thu Feb 11 07:56:10 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e332c22cdf54d16974f445ba4345cd2a76d7fc6a
https://github.com/llvm/llvm-project/commit/e332c22cdf54d16974f445ba4345cd2a76d7fc6a
Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
Date: 2021-02-11 (Thu, 11 Feb 2021)
Changed paths:
A mlir/include/mlir/Dialect/LLVMIR/FunctionCallUtils.h
M mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
M mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp
M mlir/lib/Dialect/LLVMIR/CMakeLists.txt
A mlir/lib/Dialect/LLVMIR/IR/FunctionCallUtils.cpp
Log Message:
-----------
[mlir][LLVM] NFC - Refactor a lookupOrCreateFn to reuse common function creation.
Differential revision: https://reviews.llvm.org/D96488
More information about the All-commits
mailing list