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.
Differential D141404
[AArch64][Clang] Adjust default features for v8.9-A/v9.4-A in clang driver pratlucas on Jan 10 2023, 9:10 AM. Authored by
Details Update the clang driver to include the following features as default for
Patch by Sam Elliott.
Diff Detail
Event TimelineComment 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.
|
Missing -###?