[PATCH] D121865: [CodeGen] Inline _byteswap_* builtins.

2022-03-16 Thread Eli Friedman via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG04ba344176b2: [CodeGen] Inline _byteswap_* builtins. (authored by efriedma). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION http

[PATCH] D121865: [CodeGen] Inline _byteswap_* builtins.

2022-03-16 Thread Reid Kleckner via Phabricator via cfe-commits
rnk accepted this revision. rnk added a comment. This revision is now accepted and ready to land. Huh. lgtm Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D121865/new/ https://reviews.llvm.org/D121865 ___

[PATCH] D121865: [CodeGen] Inline _byteswap_* builtins.

2022-03-16 Thread Eli Friedman via Phabricator via cfe-commits
efriedma created this revision. efriedma added reviewers: rnk, mstorsjo. Herald added a project: All. efriedma requested review of this revision. Herald added a project: clang. As discussed in D57915 . Fixes https://github.com/llvm/llvm-project/issues/3 . Re