[PATCH] D102864: [InstSimplify] Transform X * Y % Y --> 0.

David Goldblatt via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 24 10:12:01 PDT 2021


davidtgoldblatt updated this revision to Diff 347439.
davidtgoldblatt edited the summary of this revision.
davidtgoldblatt added a comment.

Add (a / y) * y % y tests, make Opcode first arg, add Alive2 links to the commit message.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102864

Files:
  llvm/lib/Analysis/InstructionSimplify.cpp
  llvm/test/Transforms/InstSimplify/rem.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102864.347439.patch
Type: text/x-patch
Size: 6431 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210524/221fb0df/attachment.bin>


More information about the llvm-commits mailing list