[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 23:51:18 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL358050: [InstCombine] Canonicalize (-X s/ Y) to -(X s/ Y). (authored by shchenz, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D60395?vs=194445&id=194451#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D60395

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

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


More information about the llvm-commits mailing list