[clang] [AArch64]: Refactor target parser to use BitVector. (PR #65423)

via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 7 11:13:28 PDT 2023


hassnaaHamdi wrote:

Hi,
Thanks for your comments.
I think that I have resolved them.
Now I'm using Bitset instead of Bitvector, as it has constexpr constructor.
Also I dropped splitting the TargetParserTest, and now It's a single test as previous.

https://github.com/llvm/llvm-project/pull/65423


More information about the cfe-commits mailing list