Skip to content
Commit e385365c authored by Craig Topper's avatar Craig Topper
Browse files

[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
parent e9765ac2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment