[PATCH] D58968: [DAGCombiner] Enable SMULO/UMULO vector combine support (PR40442)

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 5 11:42:31 PST 2019


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

LGTM. We might want to look into improving MULO expansion for the power of two case in general, as we don't need the widening multiplication to determine overflow in that case.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D58968





More information about the llvm-commits mailing list