[llvm] [llvm] Improve implementation of StringRef::find_last_of and cie (PR #71865)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 16 14:35:58 PST 2023
serge-sans-paille wrote:
@aganea / @joker-eph / @kazutakahirata : I actually switched the implementation to something that's almost as efficient (no vector load required) and works across all architecture. (Not to mention it also increases my geekness karma)
https://github.com/llvm/llvm-project/pull/71865
More information about the llvm-commits
mailing list