[PATCH] D62681: [ARM] Add remaining miscellaneous MVE instructions.

Simon Tatham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 25 02:27:56 PDT 2019


simon_tatham marked 3 inline comments as done.
simon_tatham added inline comments.


================
Comment at: llvm/test/MC/ARM/mve-misc.s:17
+# CHECK-NOFP: wlstp.8     lr, r0, #1668  @ encoding: [0x00,0xf0,0x43,0xc3]
+wlstp.8     lr, r0, #1668
+
----------------
ostannard wrote:
> Are these instructions expected to work with label operands now (in which case that should be tested), or is that coming in a later patch?
Yes, they are; tests added.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62681/new/

https://reviews.llvm.org/D62681





More information about the llvm-commits mailing list