[clang] [llvm] [AArch64] Decouple feature dependency expansion. (PR #94279)

Tomas Matheson via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 5 08:18:13 PDT 2024


================
@@ -13665,9 +13665,9 @@ QualType ASTContext::getCorrespondingSignedFixedPointType(QualType Ty) const {
 }
 
 // Given a list of FMV features, add each of their backend features to the list.
----------------
tmatheson-arm wrote:

```suggestion
// Given a list of FMV features, return a concatenated list of the corresponding
// backend features (which might contain duplicates).
```

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


More information about the cfe-commits mailing list