[PATCH] D54749: Saturating float to int casts: Basics [1/n]

Ayke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 7 18:03:56 PDT 2020


aykevl added a comment.

That's unfortunate. I was looking forward to this to use in TinyGo. For TinyGo it doesn't matter what the exact behavior is, just that it is something sensible (and not UB). Saturating float operations would be great.

Also, wouldn't Rust start using this once it becomes available in LLVM? I remember from the GitHub issue that performance was a concern.


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

https://reviews.llvm.org/D54749



More information about the llvm-commits mailing list