Go to file
Craig Topper 77e07cc010 [InstSimplify] Simplify uadd/sadd/umul/smul with overflow intrinsics when the Zero or Undef is on the LHS.
Summary: This code was migrated from InstCombine a few years ago. InstCombine had nearby code that would move Constants to the RHS for these, but InstSimplify doesn't have such code on this path.

Reviewers: spatel, majnemer, davide

Reviewed By: spatel

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D33473

llvm-svn: 303774
2017-05-24 17:05:28 +00:00
clang [OPENMP] Allow value of thread local variables in target regions. 2017-05-24 16:00:02 +00:00
clang-tools-extra Modify test so that it looks for patterns in stderr as well 2017-05-24 10:50:56 +00:00
compiler-rt Allow armv{7,7s,7k,7m,7em} builds 2017-05-24 15:53:24 +00:00
debuginfo-tests Add additional CHECKs to safestack.c. 2017-04-17 17:57:05 +00:00
libclc math: Implement sinh function 2017-02-25 02:46:53 +00:00
libcxx Implement LWG#2790: Remove istreambuf_iterator::operator->. It never did anything useful. 2017-05-23 18:55:32 +00:00
libcxxabi __cxa_demangle: Fix constructor cv qualifier handling 2017-05-24 11:21:34 +00:00
libunwind [libunwind] Fix executable stack directive on Linux. 2017-05-16 20:18:57 +00:00
lld Do not track section types of previous sections, always use PROGBITS for dummy sections. 2017-05-24 16:48:31 +00:00
lldb Revert "RunThreadPlan: Fix halting logic in IgnoreBreakpoints = false" 2017-05-24 11:57:28 +00:00
llgo benchcomp: Add a mode for analyzing file sizes. 2017-04-03 19:13:12 +00:00
llvm [InstSimplify] Simplify uadd/sadd/umul/smul with overflow intrinsics when the Zero or Undef is on the LHS. 2017-05-24 17:05:28 +00:00
openmp Fix for KMP_AFFINITY=respect with multiple processor groups 2017-05-15 19:05:59 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [DeLICM] Partial writes for PHIs. 2017-05-24 15:23:06 +00:00