[PATCH] D68566: [ARM] VQADD instructions
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 7 05:08:01 PDT 2019
SjoerdMeijer accepted this revision.
SjoerdMeijer added a comment.
This revision is now accepted and ready to land.
Looks like a nice bit of isel to me.
================
Comment at: llvm/lib/Target/ARM/ARMInstrMVE.td:1624
+ foreach instr = [MVE_VQADDu8, MVE_VQADDu16, MVE_VQADDu32] in
+ foreach VT = [instr.VT] in
+ def : Pat<(VT (uaddsat (VT MQPR:$Qm), (VT MQPR:$Qn))),
----------------
And looking at this, I almost start to like tablegen. :-)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68566/new/
https://reviews.llvm.org/D68566
More information about the llvm-commits
mailing list