[PATCH] D25987: [X86] New pattern to generate PSUBUS from SELECT

Tomasz Krupa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 23 05:27:38 PDT 2018


tkrupa added a comment.

In https://reviews.llvm.org/D25987#1045827, @spatel wrote:

> Also, there's a proposal to remove the intrinsics now - https://reviews.llvm.org/D44785. How does that relate to whatever is left to do here?


It turns out there is a canonical represention of subus in place. https://reviews.llvm.org/D44785 patch does not take it into account - I'm going to modify it so that there's no conflict.


https://reviews.llvm.org/D25987





More information about the llvm-commits mailing list