Weiming Zhao dd83691cc3 Folding into CSEL when there is ZEXT between SETCC and ADD
Normally, patterns like (add x, (setcc cc ...)) will be folded into
(csel x, x+1, not cc). However, if there is a ZEXT after SETCC, they
won't be folded. This patch recognizes the ZEXT and allows the
generation of CSINC.

This patch fixes bug 19680.

llvm-svn: 208660
2014-05-13 00:40:58 +00:00
..
2014-04-09 14:47:27 +00:00
2014-04-11 22:27:58 +00:00
2014-04-14 12:59:52 +00:00
2014-04-09 07:07:02 +00:00
2014-04-18 14:54:35 +00:00