[all-commits] [llvm/llvm-project] 07b264: Pass the LLVMTypeConverter by reference in Unranke...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Fri Dec 31 18:04:32 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 07b264d1f02f4ee3a8db30f2a146c455cdccb751
https://github.com/llvm/llvm-project/commit/07b264d1f02f4ee3a8db30f2a146c455cdccb751
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 UnrankedMemRefBuilder (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