[llvm] [MemCpyOpt] Merge memset and skip unrelated clobber in one scan (PR #90350)
via llvm-commits
llvm-commits at lists.llvm.org
Thu May 9 08:59:44 PDT 2024
XChy wrote:
I experiment with `std::unorderedmap` and `std::list` to speed up removing elements. But the [result](https://llvm-compile-time-tracker.com/index.php?config=Overview&stat=instructions%3Au&remote=XChy) indicates that it's not a bottleneck.
https://github.com/llvm/llvm-project/pull/90350
More information about the llvm-commits
mailing list