[libcxx-commits] [libcxx] [libc++] Add constant folding for optimized std::find variants (PR #96491)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Oct 30 09:16:56 PDT 2024
https://github.com/ldionne requested changes to this pull request.
>From live review: It seems like Clang only fails to constant fold this for a local array. Since that's the case, IMO it would make sense to file a bug against the optimizer instead of working around it in the library.
https://github.com/llvm/llvm-project/pull/96491
More information about the libcxx-commits
mailing list