The initial support for the Ampere1 mistakenly signalled support for
the MTE feature. However, the core does not include the optional MTE
functionality.
Update the target parser to not include MTE for Ampere1.
Paths
| Differential D125191
[AArch64] Ampere1 does not support MTE ClosedPublic Authored by philipp.tomsich on May 8 2022, 12:49 PM.
Details
Summary The initial support for the Ampere1 mistakenly signalled support for Update the target parser to not include MTE for Ampere1.
Diff Detail
Event Timelinephilipp.tomsich retitled this revision from [AArch64] Ampere1 des not support MTE to [AArch64] Ampere1 does not support MTE.May 8 2022, 1:41 PM This revision is now accepted and ready to land.May 9 2022, 2:18 AM This revision was landed with ongoing or failed builds.May 9 2022, 2:29 AM Closed by commit rG91b24b018062: [AArch64] Ampere1 does not support MTE (authored by philipp.tomsich). · Explain Why This revision was automatically updated to reflect the committed changes. Comment Actions Doesn't it also need to be removed from the list in llvm/lib/Target/AArch64/AArch64.td?
Revision Contents
Diff 428014 llvm/include/llvm/Support/AArch64TargetParser.def
llvm/unittests/Support/TargetParserTest.cpp
|