[PATCH] D47831: [DAGCombiner] Recognize more patterns for ABS

Krzysztof Parzyszek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 6 11:59:54 PDT 2018


kparzysz added a comment.

I see what you mean...  Adding the sub variant to instcombine, not dagcombine, and deleting all abs from dagcombine.  Yes, that should work.


Repository:
  rL LLVM

https://reviews.llvm.org/D47831





More information about the llvm-commits mailing list