[PATCH] D65389: [AArch64][SVE2] Use destination register as source register

Cullen Rhodes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 29 07:37:03 PDT 2019


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

This patch fixes a bug whereby the destination register was not being
used as input in the following instructions:

- SRI/SLI
- EORBT/EORTB
- TBX
- Narrowing top instructions
- FP convert precision instructions


Repository:
  rL LLVM

https://reviews.llvm.org/D65389

Files:
  lib/Target/AArch64/AArch64SVEInstrInfo.td
  lib/Target/AArch64/SVEInstrFormats.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65389.212135.patch
Type: text/x-patch
Size: 19448 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190729/e7795aab/attachment-0001.bin>


More information about the llvm-commits mailing list