diff options
author | Erik Verbruggen <erikjv@me.com> | 2014-03-11 15:07:32 +0000 |
---|---|---|
committer | Erik Verbruggen <erikjv@me.com> | 2014-03-11 15:07:32 +0000 |
commit | 3f5dcc97e020a480e9252bbd120843c3777b1ffb (patch) | |
tree | aa22df19cc2293c278812079900a3e3c7f90a83c /llvm/test/CodeGen/X86/select-with-and-or.ll | |
parent | 3db2acb71a673c9caab1ddbf18d45242e6eb6598 (diff) | |
download | bcm5719-llvm-3f5dcc97e020a480e9252bbd120843c3777b1ffb.tar.gz bcm5719-llvm-3f5dcc97e020a480e9252bbd120843c3777b1ffb.zip |
Fix crash in PRE.
After r203553 overflow intrinsics and their non-intrinsic (normal)
instruction get hashed to the same value. This patch prevents PRE from
moving an instruction into a predecessor block, and trying to add a phi
node that gets two different types (the intrinsic result and the
non-intrinsic result), resulting in a failing assert.
llvm-svn: 203574
Diffstat (limited to 'llvm/test/CodeGen/X86/select-with-and-or.ll')
0 files changed, 0 insertions, 0 deletions