Chris Lattner 2fd5719f50 implement cast.ll:test35. With this, we recognize:
unsigned short swp(unsigned short a) {
       return ((a & 0xff00) >> 8 | (a & 0x00ff) << 8);
}

as an idiom for bswap.

llvm-svn: 32011
2006-11-29 07:18:39 +00:00
..
2006-11-29 01:58:12 +00:00
2006-11-02 20:25:50 +00:00
2006-11-28 22:32:35 +00:00
2006-11-05 19:31:28 +00:00
2006-11-28 02:09:03 +00:00
2006-05-17 22:55:35 +00:00