[all-commits] [llvm/llvm-project] 8e7b02: Avoid copies in getChecked (#147721)
Alexandru Lorinti via All-commits
all-commits at lists.llvm.org
Tue Jul 29 08:13:24 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8e7b02fc0cd5f63a14f4117866f860b7f174baf3
https://github.com/llvm/llvm-project/commit/8e7b02fc0cd5f63a14f4117866f860b7f174baf3
Author: Alexandru Lorinti <alexandru.lorinti at intel.com>
Date: 2025-07-29 (Tue, 29 Jul 2025)
Changed paths:
M mlir/include/mlir/IR/StorageUniquerSupport.h
M mlir/test/lib/Dialect/Test/TestAttrDefs.td
M mlir/test/lib/Dialect/Test/TestAttributes.cpp
M mlir/test/mlir-tblgen/attrdefs.td
M mlir/tools/mlir-tblgen/AttrOrTypeDefGen.cpp
M mlir/unittests/IR/AttributeTest.cpp
Log Message:
-----------
Avoid copies in getChecked (#147721)
Following-up on #68067 ; adding std::move to getChecked method as well.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list