[PATCH] D65327: [AArch64][SVE2] Rename bitperm feature to sve2-bitperm

Cullen Rhodes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 26 03:51:45 PDT 2019


c-rhodes created this revision.
c-rhodes added reviewers: sdesmalen, rovka, chill, SjoerdMeijer.
Herald added subscribers: kristina, kristof.beyls, tschuett, javed.absar.
Herald added a reviewer: rengolin.
Herald added a project: LLVM.

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

Patch by Maciej Gabka.


Repository:
  rL LLVM

https://reviews.llvm.org/D65327

Files:
  include/llvm/Support/AArch64TargetParser.def
  include/llvm/Support/AArch64TargetParser.h
  include/llvm/Support/ARMTargetParser.h
  lib/Support/AArch64TargetParser.cpp
  lib/Target/AArch64/AArch64.td
  lib/Target/AArch64/AArch64InstrInfo.td
  lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
  test/MC/AArch64/SVE2/bdep-diagnostics.s
  test/MC/AArch64/SVE2/bdep.s
  test/MC/AArch64/SVE2/bext-diagnostics.s
  test/MC/AArch64/SVE2/bext.s
  test/MC/AArch64/SVE2/bgrp-diagnostics.s
  test/MC/AArch64/SVE2/bgrp.s
  test/MC/AArch64/SVE2/directive-arch-negative.s
  test/MC/AArch64/SVE2/directive-arch.s
  test/MC/AArch64/SVE2/directive-arch_extension-negative.s
  test/MC/AArch64/SVE2/directive-arch_extension.s
  test/MC/AArch64/SVE2/directive-cpu-negative.s
  test/MC/AArch64/SVE2/directive-cpu.s
  unittests/Support/TargetParserTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65327.211908.patch
Type: text/x-patch
Size: 20918 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190726/f9fe09a1/attachment-0001.bin>


More information about the llvm-commits mailing list