[PATCH] D128895: [InstCombine] Make use of low zero bits to determine exact int->fp cast

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 3 08:27:31 PDT 2022


xbolva00 added inline comments.


================
Comment at: llvm/test/Transforms/InstCombine/sitofp.ll:269
+
 ; TODO: Clear the low bit - guarantees that the input is converted to FP without rounding.
 
----------------
Remove todo?


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

https://reviews.llvm.org/D128895



More information about the llvm-commits mailing list