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

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 13 19:35:49 PDT 2017


tstellar accepted this revision.
tstellar added a comment.
This revision is now accepted and ready to land.

LGTM.


Repository:
  rL LLVM

https://reviews.llvm.org/D19325





More information about the llvm-commits mailing list