Go to file
Eli Friedman ee89505799 LICM: Don't sink stores out of loops that may throw.
Summary:
This hasn't been caught before because it requires noalias or similarly
strong alias analysis to actually reproduce.

Fixes http://llvm.org/PR27952 .

Reviewers: hfinkel, sanjoy

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D20944

llvm-svn: 271858
2016-06-05 22:13:52 +00:00
clang Fixing problem with rsqrt28_sd 2016-06-05 15:57:49 +00:00
clang-tools-extra [clang-tidy] modernize-use-auto: don't remove stars by default 2016-06-03 21:22:58 +00:00
compiler-rt [tsan] On OS X, build Go runtime with -mmacosx-version-min 2016-06-05 15:15:36 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc math: Use single precision fmax in sp path 2016-05-17 19:44:01 +00:00
libcxx Don't call memmove when there's nothing to move. Fixes PR#27978. 2016-06-04 16:16:59 +00:00
libcxxabi Partially revert r270816: build with -fvisibility=hidden. 2016-06-02 08:14:28 +00:00
libunwind [libunwind] Remove unused code. 2016-06-03 20:57:48 +00:00
lld Add a missing REQUIRES. 2016-06-05 19:28:44 +00:00
lldb Add armv7 compact unwind printing to the compact-unwind-dumper.c tool 2016-06-04 04:10:15 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm LICM: Don't sink stores out of loops that may throw. 2016-06-05 22:13:52 +00:00
openmp Fine tuning of TC* macros - small followup 2016-06-01 09:59:26 +00:00
polly [NFC] Check that a parameter of ScheduleTreeOptimizer::isMatrMultPattern contains a correct partial schedule 2016-06-04 06:34:04 +00:00