This is an archive of the discontinued LLVM Phabricator instance.

[AST] Simplify Type::isSizelessBuiltinType(). NFC.
ClosedPublic

Authored by Jim on Jul 31 2023, 6:19 AM.

Details

Summary

Reuse isSVESizelessBuiltinType() and isRVVSizelessBuiltinType().

Diff Detail

Event Timeline

Jim created this revision.Jul 31 2023, 6:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 31 2023, 6:19 AM
Jim requested review of this revision.Jul 31 2023, 6:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 31 2023, 6:19 AM
Jim added a reviewer: kazu.Jul 31 2023, 6:19 AM
craig.topper added inline comments.Jul 31 2023, 8:43 PM
clang/lib/AST/Type.cpp
2356
Jim updated this revision to Diff 545921.Jul 31 2023, 11:07 PM

Address comment.

Jim marked an inline comment as done.Jul 31 2023, 11:07 PM
This revision is now accepted and ready to land.Aug 1 2023, 9:41 AM
This revision was automatically updated to reflect the committed changes.