[PATCH] D48041: [SCEV] Add transform zext((A * B * ...)<nuw>) --> (zext(A) * zext(B) * ...)<nuw>.

Sanjoy Das via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 11 11:58:20 PDT 2018


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

lgtm


https://reviews.llvm.org/D48041





More information about the llvm-commits mailing list