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

Alon Kom via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 10 04:01:41 PST 2019


alonkom added a comment.

In D56270#1351232 <https://reviews.llvm.org/D56270#1351232>, @craig.topper wrote:

> Do you do custom type legalization for ABS in your target? There's no support for legalizing it in the target type independent legalizer.


We do. We rely on the DAGCombiner to combine abs for all types, and deal with type legalization in our target.


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

https://reviews.llvm.org/D56270





More information about the llvm-commits mailing list