aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectProcess.cpp
diff options
context:
space:
mode:
authorAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>2015-02-13 16:33:34 +0000
committerAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>2015-02-13 16:33:34 +0000
commit30d471f6aa34731861e892ee2652380d2c4617c3 (patch)
treec05a6533a355d13725917eeae7ae06b6e27a9eed /lldb/source/Commands/CommandObjectProcess.cpp
parent7ce96b853dffeca7e37c78fa4a02fe8415b3ab9b (diff)
downloadllvm-30d471f6aa34731861e892ee2652380d2c4617c3.zip
llvm-30d471f6aa34731861e892ee2652380d2c4617c3.tar.gz
llvm-30d471f6aa34731861e892ee2652380d2c4617c3.tar.bz2
[InstCombine] Fix regression introduced at r227197.
This patch fixes a problem I accidentally introduced in an instruction combine on select instructions added at r227197. That revision taught the instruction combiner how to fold a cttz/ctlz followed by a icmp plus select into a single cttz/ctlz with flag 'is_zero_undef' cleared. However, the new rule added at r227197 would have produced wrong results in the case where a cttz/ctlz with flag 'is_zero_undef' cleared was follwed by a zero-extend or truncate. In that case, the folded instruction would have been inserted in a wrong location thus leaving the CFG in an inconsistent state. This patch fixes the problem and add two reproducible test cases to existing test 'InstCombine/select-cmp-cttz-ctlz.ll'. llvm-svn: 229124
Diffstat (limited to 'lldb/source/Commands/CommandObjectProcess.cpp')
0 files changed, 0 insertions, 0 deletions