[PATCH] D134975: [SCCP] try to convert sitofp to uitofp

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 30 12:39:06 PDT 2022


efriedma added a comment.

uitofp is significantly more expensive than sitofp on many targets.  I'm not sure we want to do this if we're not confident we can reverse the transform.


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

https://reviews.llvm.org/D134975



More information about the llvm-commits mailing list