[PATCH] D65133: [ARM] MVE VPNOT

Simon Tatham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 23 01:18:53 PDT 2019


simon_tatham accepted this revision.
simon_tatham added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/Target/ARM/ARMInstrMVE.td:4604
 
   let Constraints = "";
+  let DecoderMethod = "DecodeMVEVPNOT";
----------------
I like the fact that, unlike almost any other instruction that modifies a register in place, you //don't// need a constraint here tying together the input and output register numbers :-)


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

https://reviews.llvm.org/D65133





More information about the llvm-commits mailing list