[PATCH] D73212: [NFC][AArch64][SVE] Rename Destructive enumerator from DestructiveInstType
Cameron McInally via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 22 10:05:14 PST 2020
cameron.mcinally created this revision.
cameron.mcinally added reviewers: sdesmalen, kmclaughlin, dancgr, rengolin, efriedma.
Herald added subscribers: llvm-commits, psnobl, rkruppe, hiraditya, kristof.beyls, tschuett.
Herald added a project: LLVM.
This is the second patch in a collection to support prefixing destructive operations, with the MOVPRFX instruction, to build constructive operations. The previous patch is D73141 <https://reviews.llvm.org/D73141>.
This patch renames the `Destructive` enumerator, from the DestructiveInstType enum, to `DestructiveOther`.
The entirety of this patch comes from D71712 <https://reviews.llvm.org/D71712>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D73212
Files:
llvm/lib/Target/AArch64/AArch64InstrFormats.td
llvm/lib/Target/AArch64/AArch64InstrInfo.h
llvm/lib/Target/AArch64/SVEInstrFormats.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73212.239633.patch
Type: text/x-patch
Size: 12812 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200122/e714326d/attachment.bin>
More information about the llvm-commits
mailing list