Update the clang driver to include the following features as default for
the v8.9-A/v9.4-A architecture versions:
- FEAT_SPECRES2
- FEAT_CSSC
- FEAT_RASv2
Patch by Sam Elliott.
Paths
| Differential D141404
[AArch64][Clang] Adjust default features for v8.9-A/v9.4-A in clang driver ClosedPublic Authored by pratlucas on Jan 10 2023, 9:10 AM.
Details Summary Update the clang driver to include the following features as default for
Patch by Sam Elliott.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 10 2023, 9:23 AM Comment Actions Do you know why this code is in the Driver? I would have expected mandatory features to be added to the AARCH64_ARCH in AArch64TargetParser.td. I don't think they are then needed in the driver. I can put up a patch to show what I mean, as I think the same applies to i8mm/bf16 and hbc/mops.
pratlucas added inline comments. This revision was landed with ongoing or failed builds.Jan 23 2023, 8:41 AM Closed by commit rG5f6813beed85: [AArch64][Clang] Adjust default features for v8.9-A/v9.4-A in clang driver (authored by pratlucas). · Explain Why This revision was automatically updated to reflect the committed changes. pratlucas marked an inline comment as done.
Revision Contents
Diff 491399 clang/test/Driver/aarch64-cssc.c
llvm/include/llvm/TargetParser/AArch64TargetParser.h
|
Missing -###?