[clang] [llvm] [AArch64TargetParser]Fix reconstructFromParsedFeatures ignoring negative features (PR #142236)
Matthias Braun via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 6 10:22:20 PDT 2025
MatzeB wrote:
I submitted this fix after seeing this line: https://github.com/llvm/llvm-project/blob/main/llvm/lib/TargetParser/AArch64TargetParser.cpp#L368 which looks like the function intends to handle negative features.
https://github.com/llvm/llvm-project/pull/142236
More information about the cfe-commits
mailing list