[PATCH] D19325: DAGCombine: (shl (or x, c1), c2) -> (or (shl x, c2), c1 << c2)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 11 06:52:39 PST 2016


RKSimon added a reviewer: RKSimon.
RKSimon added a comment.

Any movement on this?


https://reviews.llvm.org/D19325





More information about the llvm-commits mailing list