[PATCH] D134353: [AArch64] Add all predecessor archs in target info

Daniel Kiss via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 21 05:31:27 PDT 2022


danielkiss created this revision.
danielkiss added reviewers: dmgreen, tschuett, samparker.
Herald added a subscriber: kristof.beyls.
Herald added a project: All.
danielkiss requested review of this revision.
Herald added subscribers: llvm-commits, MaskRay.
Herald added a project: LLVM.

A given function is compatible with all previous arch versions.
To avoid compering values of the attribute this logic adds all predecessor
architecture values.


https://reviews.llvm.org/D134353

Files:
  clang/lib/Basic/Targets/AArch64.cpp
  clang/lib/Basic/Targets/AArch64.h
  clang/lib/Driver/ToolChains/Arch/AArch64.cpp
  llvm/include/llvm/Support/AArch64TargetParser.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134353.461862.patch
Type: text/x-patch
Size: 7205 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220921/6704b991/attachment.bin>


More information about the llvm-commits mailing list