[PATCH] D133514: [VP][VE] Default VP_SREM/UREM to Expand and add generic expansion using VP_SDIV/UDIV+VP_MUL+VP_SUB.

Erich Focht via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 15 00:48:40 PDT 2022


efocht accepted this revision.
efocht added a comment.
This revision is now accepted and ready to land.

The expansion in the downstream code for VE does exactly the same thing like the proposed changes.
The code generated for the tests also looks good. Thanks for implementing this!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133514



More information about the llvm-commits mailing list