[PATCH] D46380: [InstCombine] Extending InstructionSimplify to check OverflowingBinaryOperators and PossiblyExactOperators safety

Omer Paparo Bivas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 10 10:16:11 PDT 2018


opaparo added a comment.

In https://reviews.llvm.org/D46380#1094593, @spatel wrote:

> Moving the functions from instcombine to valuetracking is NFC, right? If so, can you do that now, so this patch is minimized? The similar functions should be in one place already.


Done. Separated the NFC to a different review and rebased on top of it.


Repository:
  rL LLVM

https://reviews.llvm.org/D46380





More information about the llvm-commits mailing list