[PATCH] D120864: [AArch64] Avoid scanning feature list for target parsing

Son Tuan Vu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 2 18:59:16 PST 2022


tyb0807 created this revision.
tyb0807 added reviewers: tmatheson, nickdesaulniers, chill.
Herald added a subscriber: kristof.beyls.
Herald added a project: All.
tyb0807 requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

As discussed in https://reviews.llvm.org/D120111, this patch proposes an
alternative implementation to avoid scanning feature list for
architecture version over and over again. The insertion position for
default extensions is also captured during this single scan of the
feature list.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D120864

Files:
  clang/lib/Driver/ToolChains/Arch/AArch64.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120864.412589.patch
Type: text/x-patch
Size: 8237 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220303/6fe4331c/attachment.bin>


More information about the cfe-commits mailing list