[all-commits] [llvm/llvm-project] 491a1c: [AArch64]: Refactor target parser to use Bitset. (...
hassnaaHamdi via All-commits
all-commits at lists.llvm.org
Tue Sep 12 06:54:47 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 491a1cd09eec43b5fab036b2a4571e906f020603
https://github.com/llvm/llvm-project/commit/491a1cd09eec43b5fab036b2a4571e906f020603
Author: hassnaaHamdi <hassnaa.hamdi at arm.com>
Date: 2023-09-12 (Tue, 12 Sep 2023)
Changed paths:
M clang/lib/Basic/Targets/AArch64.cpp
M clang/lib/Driver/ToolChains/Arch/AArch64.cpp
M llvm/include/llvm/TargetParser/AArch64TargetParser.h
M llvm/lib/TargetParser/AArch64TargetParser.cpp
M llvm/unittests/TargetParser/TargetParserTest.cpp
Log Message:
-----------
[AArch64]: Refactor target parser to use Bitset. (#65423)
Use Bitset instead of BitMasking for the Architecture Extensions,
as the number of extensions will exceed the bitmask bits eventually.
More information about the All-commits
mailing list