[PATCH] D114425: [clang] Add __builtin_bswap128
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Dec 25 23:22:49 PST 2021
craig.topper added a comment.
What does the builtin due if __int128 isn't supported? Even though the type isn't legal the builtin can still be called with a narrower type that would be implicitly converted. Does that work correctly?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114425/new/
https://reviews.llvm.org/D114425
More information about the cfe-commits
mailing list