[Mlir-commits] [clang] [mlir] [llvm] [llvm] Improve implementation of StringRef::find_last_of and cie (PR #71865)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon Nov 13 09:10:05 PST 2023
serge-sans-paille wrote:
@aganea I submitted a different approach that will work with any SSE2 - powered machine, and it doesn't have the same stack usage issue as the previous one.
https://github.com/llvm/llvm-project/pull/71865
More information about the Mlir-commits
mailing list