[PATCH] D44785: Lowering x86 adds/addus/subs/subus intrinsics (llvm part)

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


tkrupa added a comment.

In https://reviews.llvm.org/D44785#1045917, @RKSimon wrote:

> Please can you rebase to latest? We've already introduced SplitOpsAndApply to do what you're doing with LowerVectorOpToLegalSize


I rebased it locally and it seems I'll need to partly rework it - in the meantime somebody added a pattern for matching signed saturation and I'll need to adjust to it.


https://reviews.llvm.org/D44785





More information about the llvm-commits mailing list