[PATCH] D142540: [NFC][AArch64] Get default features directly from ArchInfo and CpuInfo objects
Lucas Prates via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 25 06:53:28 PST 2023
pratlucas created this revision.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
pratlucas requested review of this revision.
Herald added subscribers: llvm-commits, cfe-commits, MaskRay.
Herald added projects: clang, LLVM.
This updates the AArch64's Target Parser and its uses to capture
information about default features directly from ArchInfo and CpuInfo
objects, instead of relying on an API function to access them
indirectly.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D142540
Files:
clang/lib/Basic/Targets/AArch64.cpp
clang/lib/Driver/ToolChains/Arch/AArch64.cpp
llvm/include/llvm/TargetParser/AArch64TargetParser.h
llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
llvm/lib/TargetParser/AArch64TargetParser.cpp
llvm/unittests/TargetParser/TargetParserTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142540.492096.patch
Type: text/x-patch
Size: 5083 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230125/dfaef46d/attachment.bin>
More information about the llvm-commits
mailing list