[PATCH] D73859: [X86] Add custom lowering for lrint/llrint to either cvtss2si/cvtsd2si or fist.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 4 08:58:41 PST 2020
craig.topper added a comment.
In D73859#1856636 <https://reviews.llvm.org/D73859#1856636>, @RKSimon wrote:
> Would it be possible to add vector support/tests as well in this patch or as a followup?
lrint/llrint is not currently allowed for vectors.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73859/new/
https://reviews.llvm.org/D73859
More information about the llvm-commits
mailing list