[all-commits] [llvm/llvm-project] b0378e: [AArch64TargetParser]Fix reconstructFromParsedFeat...
Matthias Braun via All-commits
all-commits at lists.llvm.org
Mon Jun 16 12:55:34 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b0378e7ca953c2390168f352c5a88fd325cde894
https://github.com/llvm/llvm-project/commit/b0378e7ca953c2390168f352c5a88fd325cde894
Author: Matthias Braun <matze at braunis.de>
Date: 2025-06-16 (Mon, 16 Jun 2025)
Changed paths:
A clang/test/CodeGen/aarch64-always-inline-feature-bug.c
M llvm/lib/TargetParser/AArch64TargetParser.cpp
M llvm/unittests/TargetParser/TargetParserTest.cpp
Log Message:
-----------
[AArch64TargetParser]Fix reconstructFromParsedFeatures ignoring negative features (#142236)
The `targetFeatureToExtension` function used by
reconstructFromParsedFeatures only found positive `+FEATURE` strings,
but not negative `-FEATURE` strings. Extend the function to handle both
to fix `reconstructFromParsedFeatures`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list