[DAGCombiner] Add general constant vector support to (shl (add x, c1), c2) ->...
[DAGCombiner] Add general constant vector support to (shl (add x, c1), c2) -> (add (shl x, c2), c1 << c2) We already supported scalar constant / splatted constant vector - now accepts any (non opaque) constant scalar / vector llvm-svn: 284613
Loading
Please sign in to comment