This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE] Add remaining patterns and intrinsics for add/sub/mad patterns
ClosedPublic

Authored by dancgr on Oct 29 2019, 3:19 PM.

Details

Summary

Add pattern matching and intrinsics for the following instructions:

  • predicated orr, eor, and, bic
  • predicated mul, smulh, umulh, sdiv, udiv, sdivr, udivr
  • predicated smax, umax, smin, umin, sabd, uabd
  • mad, msb, mla, mls

Event Timeline

dancgr created this revision.Oct 29 2019, 3:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 29 2019, 3:19 PM
dancgr added a reviewer: rengolin.
sdesmalen accepted this revision.Oct 31 2019, 4:41 AM

Thanks @dancgr , LGTM

This revision is now accepted and ready to land.Oct 31 2019, 4:41 AM