[llvm] [ADT] Modernize IndexedMap with llvm::identity_cxx20 (NFC) (PR #164568)

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 22 08:53:33 PDT 2025


kazutakahirata wrote:

> Shouldn't we retain `llvm::identity` for cases like this? It seems much cleaner to me.

@kuhar Well, C++ is moving away from `argument_type`.  How about removing the dependence on `argument_type` completely?  Please take a look at the latest iteration.  Thanks!


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


More information about the llvm-commits mailing list