Go to file
David Majnemer 11ca2971e8 InstSimplify: Don't simplify gep X, (Y-X) to Y if types differ
It's incorrect to perform this simplification if the types differ.
A bitcast would need to be inserted for this to work.

This fixes PR20771.

llvm-svn: 216597
2014-08-27 20:08:34 +00:00
clang Update for LLVM api change. 2014-08-27 20:03:29 +00:00
clang-tools-extra Update for LLVM api change. 2014-08-27 20:03:22 +00:00
compiler-rt [ASan] Whitespace fix. No functionality change. 2014-08-27 13:43:18 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Revert "Implement generic mad_sat" 2014-08-23 14:06:01 +00:00
libcxx Mark test types for <atomic> nothrow default constructible. Patch from Steve MacKenzie. 2014-08-27 17:00:11 +00:00
libcxxabi Remove strict dependency on llvm-config. 2014-08-26 20:50:07 +00:00
lld [PECOFF] Fix AMD64_ADDR64 relocation. 2014-08-27 01:10:01 +00:00
lldb llgs: remove all Initialize() calls except for Debugger::Initialize(). 2014-08-27 19:56:58 +00:00
llvm InstSimplify: Don't simplify gep X, (Y-X) to Y if types differ 2014-08-27 20:08:34 +00:00
openmp Commit PowerPC64 support from Carlo Bertolli at IBM. 2014-08-07 10:12:54 +00:00
polly Update for LLVM api change 2014-08-25 18:16:52 +00:00