[llvm] [SLPVectorizer] Use DenseMap::operator[] (NFC) (PR #107123)

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 3 10:10:33 PDT 2024


kazutakahirata wrote:

The latest iteration uses `find` and `try_emplace`.  Please take a look.  Thanks!

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


More information about the llvm-commits mailing list