[all-commits] [llvm/llvm-project] bb6109: Pass the LLVMTypeConverter by reference in MemRefB...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Fri Dec 31 17:57:58 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bb6109aae6b47ce56388c9c426c959c87b6a44d5
https://github.com/llvm/llvm-project/commit/bb6109aae6b47ce56388c9c426c959c87b6a44d5
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2022-01-01 (Sat, 01 Jan 2022)
Changed paths:
M mlir/include/mlir/Conversion/LLVMCommon/MemRefBuilder.h
M mlir/lib/Conversion/LLVMCommon/MemRefBuilder.cpp
Log Message:
-----------
Pass the LLVMTypeConverter by reference in MemRefBuilder (NFC)
This is a fairly large structure (952B according to Coverity), it was
already passed by reference in most places but not consistently.
More information about the All-commits
mailing list