[PATCH] D106053: [CodeGen] Remove pending AssertZext AssertSext in promoting FP_TO_INT
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 15 19:11:58 PDT 2021
craig.topper added a comment.
In D106053#2882083 <https://reviews.llvm.org/D106053#2882083>, @xiangzhangllvm wrote:
> Hello @craig.topper , what do you want to mean ?
> Do you want to mean the load of float value should not overflow to i8 ?
If the loaded value is not in the range [0.0, 1.0] so that %i375 is in the range [0.0, 255.0], then I don't know what value the fptoui is supposed to produce.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106053/new/
https://reviews.llvm.org/D106053
More information about the llvm-commits
mailing list