This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE] Add remaining patterns and intrinsics for predicated integer arithmetic instructions
AbandonedPublic

Authored by dancgr on Oct 28 2019, 1:29 PM.

Details

Summary

Add pattern matching and intrinsics for the following SVE instructions:

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

Diff Detail

Repository
rL LLVM

Event Timeline

dancgr created this revision.Oct 28 2019, 1:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 28 2019, 1:29 PM
dancgr updated this revision to Diff 226931.Oct 29 2019, 10:19 AM

Updated diff to add context.

dancgr abandoned this revision.Oct 29 2019, 2:55 PM