[all-commits] [llvm/llvm-project] 65a2cd: Remove extra closing `)` from MLIR --view-op-graph...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Mon Jun 19 03:54:17 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 65a2cde77195887f308d4f14be2e3ae18c5c5c0a
https://github.com/llvm/llvm-project/commit/65a2cde77195887f308d4f14be2e3ae18c5c5c0a
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-06-19 (Mon, 19 Jun 2023)
Changed paths:
M mlir/lib/Transforms/ViewOpGraph.cpp
Log Message:
-----------
Remove extra closing `)` from MLIR --view-op-graph GraphViz emission
This was a spurious closing parenthese.
Commit: 9ef73f2f58ecfce21bdeb27f68b224d9be97cfe6
https://github.com/llvm/llvm-project/commit/9ef73f2f58ecfce21bdeb27f68b224d9be97cfe6
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-06-19 (Mon, 19 Jun 2023)
Changed paths:
M mlir/lib/Conversion/FuncToLLVM/FuncToLLVM.cpp
M mlir/test/Conversion/FuncToLLVM/emit-c-wrappers-for-external-functions.mlir
Log Message:
-----------
Emit MLIR trampoline wrapper function with LLVM private linkage
The wrapper, as most of compiler-generated functions, are intended to serve the
IR for the current module. The safest linkage is to keep these private to avoid
any possible collision with other modules.
Differential Revision: https://reviews.llvm.org/D153255
Compare: https://github.com/llvm/llvm-project/compare/664b7a4cd51d...9ef73f2f58ec
More information about the All-commits
mailing list