The bitperm feature flag is now prefixed with SVE2, as it is for all other SVE2 extensions
Patch by Maciej Gabka.
Paths
| Differential D65327
[AArch64][SVE2] Rename bitperm feature to sve2-bitperm ClosedPublic Authored by c-rhodes on Jul 26 2019, 3:51 AM.
Details
Summary The bitperm feature flag is now prefixed with SVE2, as it is for all other SVE2 extensions Patch by Maciej Gabka.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 26 2019, 5:21 AM Closed by commit rG2cde8b5db62c: [AArch64][SVE2] Rename bitperm feature to sve2-bitperm (authored by c-rhodes). · Explain WhyJul 26 2019, 8:58 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 211953 llvm/include/llvm/Support/AArch64TargetParser.h
llvm/include/llvm/Support/AArch64TargetParser.def
llvm/include/llvm/Support/ARMTargetParser.h
llvm/lib/Support/AArch64TargetParser.cpp
llvm/lib/Target/AArch64/AArch64.td
llvm/lib/Target/AArch64/AArch64InstrInfo.td
llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
llvm/test/MC/AArch64/SVE2/bdep-diagnostics.s
llvm/test/MC/AArch64/SVE2/bdep.s
llvm/test/MC/AArch64/SVE2/bext-diagnostics.s
llvm/test/MC/AArch64/SVE2/bext.s
llvm/test/MC/AArch64/SVE2/bgrp-diagnostics.s
llvm/test/MC/AArch64/SVE2/bgrp.s
llvm/test/MC/AArch64/SVE2/directive-arch-negative.s
llvm/test/MC/AArch64/SVE2/directive-arch.s
llvm/test/MC/AArch64/SVE2/directive-arch_extension-negative.s
llvm/test/MC/AArch64/SVE2/directive-arch_extension.s
llvm/test/MC/AArch64/SVE2/directive-cpu-negative.s
llvm/test/MC/AArch64/SVE2/directive-cpu.s
llvm/unittests/Support/TargetParserTest.cpp
|