[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
Wed Sep 13 03:16:54 PDT 2017
RKSimon added a comment.
ping?
Repository:
rL LLVM
https://reviews.llvm.org/D19325
More information about the llvm-commits
mailing list