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

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 3 06:36:30 PDT 2017


RKSimon added a subscriber: tstellar.
RKSimon added a comment.

Tom - do you mind if I commandeer this?


https://reviews.llvm.org/D19325





More information about the llvm-commits mailing list