1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00
Benjamin Kramer b5e584392b ComputeMaskedBits: Make knownzero computation more aggressive for ctlz with undef zero.
unsigned foo(unsigned x) { return 31 - __builtin_clz(x); }
now compiles into a single "bsrl" instruction on x86.

llvm-svn: 147255
2011-12-24 17:31:46 +00:00
..
2011-03-11 21:52:04 +00:00
2011-03-07 21:28:14 +00:00
2011-11-08 00:23:01 +00:00
2011-08-19 21:21:20 +00:00
2011-08-02 02:47:45 +00:00