[PATCH] D46704: [NFC][InstCombine] Moving overflow computation logic from InstCombine to ValueTracking

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


opaparo created this revision.
opaparo added reviewers: spatel, craig.topper, AndreiGrischenko, zvi, sanjoy.

Moving the overflow computation logic of signed mul and un/signed sub from the internals of InstCombine to ValueTracking (where it can be widely used).


Repository:
  rL LLVM

https://reviews.llvm.org/D46704

Files:
  include/llvm/Analysis/ValueTracking.h
  lib/Analysis/ValueTracking.cpp
  lib/Transforms/InstCombine/InstCombineAddSub.cpp
  lib/Transforms/InstCombine/InstCombineInternal.h
  lib/Transforms/InstCombine/InstCombineMulDivRem.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46704.146149.patch
Type: text/x-patch
Size: 14109 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180510/acfc6930/attachment.bin>


More information about the llvm-commits mailing list