[libcxx-commits] [PATCH] D155820: [libc++] Optimize internal function in <system_error>

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jul 20 07:56:07 PDT 2023


philnik requested changes to this revision.
philnik added a comment.
This revision now requires changes to proceed.

This definitely needs some benchmark, or at least show the difference in code gen. I would be //very// surprised if the compiler isn't able to optimize this case.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D155820/new/

https://reviews.llvm.org/D155820



More information about the libcxx-commits mailing list