[PATCH] D60020: [DAGCombiner][X86] Canonicalize SSUBO with immediate RHS to SADDO by negating the immediate.

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 31 14:04:12 PDT 2019


nikic added a comment.

In D60020#1449271 <https://reviews.llvm.org/D60020#1449271>, @spatel wrote:

> cc @lebedev.ri @nikic @dlrobertson - do we have a patch proposal for this transform in IR? (I'm not finding it now.)


Don't think we have a patch open for this yet, but @dlrobertson added some tests for this transform in D59653 <https://reviews.llvm.org/D59653> already, so probably the instcombine patch will come as well...


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

https://reviews.llvm.org/D60020





More information about the llvm-commits mailing list