[all-commits] [llvm/llvm-project] 29fbe6: [MLIR] Rename the generic LLVM allocation and deal...
Michele Scuttari via All-commits
all-commits at lists.llvm.org
Tue Aug 2 11:23:27 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 29fbe600091d89134cd998d02b0e9d7a4a6115b3
https://github.com/llvm/llvm-project/commit/29fbe600091d89134cd998d02b0e9d7a4a6115b3
Author: Michele Scuttari <michele.scuttari at outlook.com>
Date: 2022-08-02 (Tue, 02 Aug 2022)
Changed paths:
M mlir/docs/TargetLLVMIR.md
M mlir/lib/Dialect/LLVMIR/IR/FunctionCallUtils.cpp
M mlir/test/Conversion/MemRefToLLVM/generic-functions.mlir
Log Message:
-----------
[MLIR] Rename the generic LLVM allocation and deallocation functions
The generic allocation and deallocation instructions, which are optionally used during the MemRef -> LLVM conversion, should have a name that is specifically bound to their origin, that is the conversion pass itself.
Reviewed By: silvas
Differential Revision: https://reviews.llvm.org/D130588
More information about the All-commits
mailing list