[libcxx-commits] [libcxx] [libcxx] Remove Redundant Reset in ~basic_string (PR #164718)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Oct 24 11:41:17 PDT 2025
philnik777 wrote:
@boomanaiden154 Could you demonstrate the phase ordering problem please? Looking at the pipeline it seems to me like the dse is done before inlining, and the store is in fact eliminated in the example I gave, even though the destructor (which I annotated manually) did get inlined.
https://github.com/llvm/llvm-project/pull/164718
More information about the libcxx-commits
mailing list