[PATCH] D37896: [DAGCombine] Resolving PR34474 by transforming mul(x, 2^c +/- 1) -> sub/add(shl(x, c) x) for any type including vector types

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 1 05:56:02 PDT 2017


RKSimon added a comment.

Please remember to create your diff with context: http://llvm.org/docs/Phabricator.html


https://reviews.llvm.org/D37896





More information about the llvm-commits mailing list