The names in developer.arm for these SME features are:
HaveSMEI16I64 and HaveSMEF64F64
so the new flag names are consistent with the documentation page
Paths
| Differential D135974
[AArch64] Replace sme-i64 by sme-i16i64 and sme-f64 by sme-f64f64 ClosedPublic Authored by CarolineConcatto on Oct 14 2022, 10:45 AM.
Details Summary The names in developer.arm for these SME features are: HaveSMEI16I64 and HaveSMEF64F64 so the new flag names are consistent with the documentation page
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 18 2022, 2:13 AM This revision was landed with ongoing or failed builds.Oct 19 2022, 2:57 AM Closed by commit rG579ca5e7e106: [AArch64] Replace sme-i64 by sme-i16i64 and sme-f64 by sme-f64f64 (authored by CarolineConcatto). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 468835 llvm/include/llvm/Support/AArch64TargetParser.h
llvm/include/llvm/Support/AArch64TargetParser.def
llvm/lib/Target/AArch64/AArch64.td
llvm/lib/Target/AArch64/AArch64InstrInfo.td
llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
llvm/lib/Target/AArch64/SMEInstrFormats.td
llvm/test/CodeGen/AArch64/sme-intrinsics-add.ll
llvm/test/CodeGen/AArch64/sme-intrinsics-mopa.ll
llvm/test/CodeGen/AArch64/sme-intrinsics-mops.ll
llvm/test/MC/AArch64/SME/addha-diagnostics.s
llvm/test/MC/AArch64/SME/addha-u64.s
llvm/test/MC/AArch64/SME/addva-diagnostics.s
llvm/test/MC/AArch64/SME/addva-u64.s
llvm/test/MC/AArch64/SME/directives-negative.s
llvm/test/MC/AArch64/SME/directives.s
llvm/test/MC/AArch64/SME/feature.s
llvm/test/MC/AArch64/SME/fmopa-diagnostics.s
llvm/test/MC/AArch64/SME/fmopa-fp64.s
llvm/test/MC/AArch64/SME/fmops-diagnostics.s
llvm/test/MC/AArch64/SME/fmops-fp64.s
llvm/test/MC/AArch64/SME/smopa-64.s
llvm/test/MC/AArch64/SME/smopa-diagnostics.s
llvm/test/MC/AArch64/SME/smops-64.s
llvm/test/MC/AArch64/SME/smops-diagnostics.s
llvm/test/MC/AArch64/SME/sumopa-64.s
llvm/test/MC/AArch64/SME/sumopa-diagnostics.s
llvm/test/MC/AArch64/SME/sumops-64.s
llvm/test/MC/AArch64/SME/sumops-diagnostics.s
llvm/test/MC/AArch64/SME/umopa-64.s
llvm/test/MC/AArch64/SME/umopa-diagnostics.s
llvm/test/MC/AArch64/SME/umops-64.s
llvm/test/MC/AArch64/SME/umops-diagnostics.s
llvm/test/MC/AArch64/SME/usmopa-64.s
llvm/test/MC/AArch64/SME/usmopa-diagnostics.s
llvm/test/MC/AArch64/SME/usmops-64.s
llvm/test/MC/AArch64/SME/usmops-diagnostics.s
llvm/unittests/Support/TargetParserTest.cpp
|