diff options
author | Sanjoy Das <sanjoy@playingwithpointers.com> | 2015-08-28 19:09:31 +0000 |
---|---|---|
committer | Sanjoy Das <sanjoy@playingwithpointers.com> | 2015-08-28 19:09:31 +0000 |
commit | 6f5dca70ed1c030957a45ad91bd295921f17b18d (patch) | |
tree | 09e596d886fc42b8caa61a48ae6939fd8245c389 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | c0225ca2769de22834afba06b1b8e7f318c0f7b7 (diff) | |
download | llvm-6f5dca70ed1c030957a45ad91bd295921f17b18d.zip llvm-6f5dca70ed1c030957a45ad91bd295921f17b18d.tar.gz llvm-6f5dca70ed1c030957a45ad91bd295921f17b18d.tar.bz2 |
[InstCombine] Fix PR24605.
PR24605 is caused due to an incorrect insert point in instcombine's IR
builder. When simplifying
%t = add X Y
...
%m = icmp ... %t
the replacement for %t should be placed before %t, not before %m, as
there could be a use of %t between %t and %m.
llvm-svn: 246315
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions