[AArch64][SVE2] Rename bitperm feature to sve2-bitperm
authorCullen Rhodes <cullen.rhodes@arm.com>
Fri, 26 Jul 2019 15:57:50 +0000 (15:57 +0000)
committerCullen Rhodes <cullen.rhodes@arm.com>
Fri, 26 Jul 2019 15:57:50 +0000 (15:57 +0000)
commit2cde8b5db62c214199ba1b475a925a94d4c78393
tree12d10dd936d8d5e728b71f3a25e516dfbff1b73a
parent40a10446c080c88176d2c6766736932cd1a48afa
[AArch64][SVE2] Rename bitperm feature to sve2-bitperm

Summary:
The bitperm feature flag is now prefixed with SVE2, as it is for all other SVE2
extensions

Patch by Maciej Gabka.

Reviewers: sdesmalen, rovka, chill, SjoerdMeijer, rengolin

Reviewed By: SjoerdMeijer, rengolin

Differential Revision: https://reviews.llvm.org/D65327

llvm-svn: 367124
20 files changed:
llvm/include/llvm/Support/AArch64TargetParser.def
llvm/include/llvm/Support/AArch64TargetParser.h
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