[PATCH] D142274: [ADT] Add llvm::byteswap to bit.h

Kazu Hirata via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 21 22:51:14 PST 2023


kazu updated this revision to Diff 491131.
kazu marked an inline comment as done.
kazu added a comment.

I've restored calls to intrinsics in this iteration.

I am now using __has_builtin to check for the availability of
intrinsics.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142274

Files:
  llvm/include/llvm/ADT/bit.h
  llvm/unittests/ADT/BitTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142274.491131.patch
Type: text/x-patch
Size: 5838 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230122/7924afc7/attachment.bin>


More information about the llvm-commits mailing list