[PATCH] D56270: [DAGCombiner] Allow target to control combine with illegal types.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 10 04:47:25 PST 2019


craig.topper added a comment.

How do you get your target to be able to type legalize an abs of any type? The interface for enabling custom legalization requires calling setOperation with a specific type does it not?


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

https://reviews.llvm.org/D56270





More information about the llvm-commits mailing list