This revision was automatically updated to reflect the committed changes.
benshi001 marked an inline comment as done.
Closed by commit rG06995fe256ec: [clang][NFC] Fix a potential assert failure
(authored by benshi001).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://re
craig.topper accepted this revision.
craig.topper added a comment.
LGTM. Thanks for removing the NEON and SVE.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100616/new/
https://reviews.llvm.org/D100616
___
cfe-commits mailing list
cfe-commits
benshi001 marked an inline comment as done.
benshi001 added inline comments.
Comment at: clang/include/clang/Basic/TargetBuiltins.h:334
static constexpr uint64_t LargestBuiltinID = std::max(
{NEON::FirstTSBuiltin, ARM::LastTSBuiltin, SVE::FirstTSBuiltin,
AArch64
benshi001 updated this revision to Diff 338045.
benshi001 retitled this revision from "[clang] Fix a potential assert failure"
to "[clang][NFC] Fix a potential assert failure".
benshi001 added a reviewer: craig.topper.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100616/new/
https://rev