[llvm] [TargetLibraryInfo] Use std::move (NFC) (PR #95671)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 15 15:00:01 PDT 2024


nikic wrote:

Looking at this again, you could probably also use `= default` ... or drop all the explicit ctors/assignment operators and use the implicit ones.

https://github.com/llvm/llvm-project/pull/95671


More information about the llvm-commits mailing list