[PATCH] D60395: [InstCombine] Canonicalize (-X s/ Y) to -(X s/ Y)

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 9 22:55:56 PDT 2019


shchenz updated this revision to Diff 194445.
shchenz added a comment.

rebased.

Sorry for breaking down unit testing. Could you please help to do another review for this patch. Thanks a lot.


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

https://reviews.llvm.org/D60395

Files:
  llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
  llvm/test/Transforms/InstCombine/div.ll
  llvm/test/Transforms/InstCombine/sdiv-canonicalize.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60395.194445.patch
Type: text/x-patch
Size: 4842 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190410/3b819ebc/attachment.bin>


More information about the llvm-commits mailing list