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

Tim Northover via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 20 06:02:50 PST 2018


t.p.northover added a comment.

> The current implementation is the first and is modeled after what sign_extend_inreg does.

That's pretty persuasive. Though possibly something we could fix in sign-extend if enough people think the scalar is better.


Repository:
  rL LLVM

https://reviews.llvm.org/D54749





More information about the llvm-commits mailing list