[PATCH] D78272: [PowerPC] DAG Combine to transform shifts into multiply-high

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 5 18:22:14 PDT 2020


amyk added a comment.

In D78272#1997042 <https://reviews.llvm.org/D78272#1997042>, @RKSimon wrote:

> Is there anything that would stop us making this a generic combine in DAGCombiner?


Is there a preference to have this target independent instead? It may be possible if there is a preference/demand for it to be.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78272/new/

https://reviews.llvm.org/D78272





More information about the llvm-commits mailing list