InstCombine: Make switch folding with equality compares more aggressive by...
InstCombine: Make switch folding with equality compares more aggressive by trying instsimplify on the arm where we know the compared value. Stuff like "x == y ? y : x&y" now folds into "x&y". llvm-svn: 132185
Loading
Please register or sign in to comment