[InstCombine] Add some test cases for (add (sext x), (sext y)) --> (sext (add...
[InstCombine] Add some test cases for (add (sext x), (sext y)) --> (sext (add int x, y)) and (mul (sext x), (sext y)) --> (sext (mul x, y)). NFC llvm-svn: 342203
Loading
Please register or sign in to comment