[PATCH] D130028: [SelectionDAG] Fix fptoi.sat scalable vector lowering

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 19 12:06:37 PDT 2022


efriedma added a comment.

I think I'd prefer to analyze the changes for non-scalable vectors more closely in a separate review; there are significant missed optimizations either way.  In particular, it looks like we're saturating multiple times in some cases.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130028/new/

https://reviews.llvm.org/D130028



More information about the llvm-commits mailing list