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

[InstCombine] Extend (add (sext x), cst) --> (sext (add x, cst')) and (add...

[InstCombine] Extend (add (sext x), cst) --> (sext (add x, cst')) and (add (zext x), cst) --> (zext (add x, cst')) to work for vectors

Differential Revision: https://reviews.llvm.org/D51236

llvm-svn: 340796
parent 7c80f98b
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