[libcxx-commits] [PATCH] D125019: [libc++] Avoid creating temporaries in unary expressions involving valarray

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 5 09:35:23 PDT 2022


ldionne updated this revision to Diff 427358.
ldionne added a comment.

Fix typo in test.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125019

Files:
  libcxx/include/valarray
  libcxx/test/std/numerics/numarray/template.valarray/valarray.unary/bit_not.pass.cpp
  libcxx/test/std/numerics/numarray/template.valarray/valarray.unary/negate.pass.cpp
  libcxx/test/std/numerics/numarray/template.valarray/valarray.unary/not.pass.cpp
  libcxx/test/std/numerics/numarray/template.valarray/valarray.unary/plus.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125019.427358.patch
Type: text/x-patch
Size: 6111 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220505/657b72b1/attachment-0001.bin>


More information about the libcxx-commits mailing list