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

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 6 11:50:01 PDT 2018


RKSimon added a comment.

While I remember ValueTracking matches SPF_ABS/SPF_NABS selection style patterns - but SelectionDAGBuilder::visitSelect still doesn't support SPF_ABS/SPF_NABS which prevents it being used


Repository:
  rL LLVM

https://reviews.llvm.org/D47831





More information about the llvm-commits mailing list