[libcxx-commits] [PATCH] D67052: Add reference type transformation builtins

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Sep 1 14:38:12 PDT 2019


zoecarver marked an inline comment as done.
zoecarver added inline comments.


================
Comment at: libcxx/test/libcxx/utilities/meta/stress_tests/stress_test_remove_reference.sh.cpp:13
+// variants listed in the RUN script.
+//
+//  Impl                       Compile Time      Object Size
----------------
I think there is a good chance the reason that my added builtin isn't significantly faster is that `std::remove_reference` is already optimized somewhere.  Thoughts?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D67052





More information about the libcxx-commits mailing list