[PATCH] D152004: [SVE ACLE] Apply the IR combine for mul to the mul_u variant

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 5 04:04:34 PDT 2023


paulwalker-arm accepted this revision.
paulwalker-arm added a comment.
This revision is now accepted and ready to land.

In D152004#4392674 <https://reviews.llvm.org/D152004#4392674>, @mgabka wrote:

> I do not see here tests relying on an all active predicate, similar to tests added in https://reviews.llvm.org/rGdc63b35b02231a75d131fb6376d2e58a7ad9b7e4, is there specific reason to not add them here?

The existing "all active predicate" inst combines that convert intrinsics to instructions only exist for the floating point binops (see intrinsicIDToBinOpCode).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152004



More information about the llvm-commits mailing list