[PATCH] D44548: [DAGCombiner] Expand combining of FP logical operations to sign-setting FP operations

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 7 09:41:02 PDT 2018


spatel added a comment.

I'm trying to improve vector-demanded-elements folds in https://reviews.llvm.org/D52912 which means we need to do better at recognizing patterns with undefs.

So I extracted 2 parts of this patch in:
https://reviews.llvm.org/rL343865
https://reviews.llvm.org/rL343940

So rebasing should allow you to shrink this patch.


Repository:
  rL LLVM

https://reviews.llvm.org/D44548





More information about the llvm-commits mailing list