Go to file
Craig Topper dfd01ea9ed [SimplifyCFG] Move a portion of an if statement that should already be implied to an assert
Summary: In this code we got to Dom by following the predecessor link of BB. So it stands to reason that BB should also show up as a successor of Dom's terminator right? There isn't a way to have the CFG connect in only one direction is there?

Reviewers: jmolloy, davide, mcrosier

Reviewed By: mcrosier

Subscribers: mcrosier, llvm-commits

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

llvm-svn: 307276
2017-07-06 16:29:43 +00:00
clang [OpenMP] Extend CLANG target options with device offloading kind. 2017-07-06 16:22:21 +00:00
clang-tools-extra [clangd] Add support for per-file extra flags 2017-07-06 08:44:54 +00:00
compiler-rt [Sanitizers] Consolidate internal errno definitions. 2017-07-06 00:50:57 +00:00
debuginfo-tests Add a test for PR33166. 2017-05-25 19:33:16 +00:00
libclc generic: add missing get_work_dim include 2017-06-02 15:58:35 +00:00
libcxx Suppress -Waligned-allocation-unavailable warning in libc++ test suite 2017-07-05 22:40:58 +00:00
libcxxabi Fix incomplete type test on OS X; workaround weird DYLD_LIBRARY_PATH behavior 2017-07-06 00:29:09 +00:00
libunwind Add a test harness 2017-07-06 15:20:12 +00:00
lld Revert "Revert "Revert "Switch external cvtres.exe for llvm's own resource library.""" 2017-07-05 23:46:06 +00:00
lldb Fix a copy-paste error in r307161 2017-07-06 11:43:25 +00:00
llgo irgen: Create functions instead of global variables for builtin hash and equal algorithms. 2017-06-04 22:11:28 +00:00
llvm [SimplifyCFG] Move a portion of an if statement that should already be implied to an assert 2017-07-06 16:29:43 +00:00
openmp Fix wrong website in messages 2017-07-05 22:01:05 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [Polly] [PPCGCodeGeneration] Teach `must_kills` to kill scalars that are local to the scop. 2017-07-06 13:42:42 +00:00