[PATCH] D46380: [InstCombine] Extending InstructionSimplify to check OverflowingBinaryOperators and PossiblyExactOperators safety
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 10 09:03:28 PDT 2018
spatel added a comment.
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.
Repository:
rL LLVM
https://reviews.llvm.org/D46380
More information about the llvm-commits
mailing list