[PATCH] D73784: [FPEnv][AArch64] Add lowering of f128 STRICT_FSETCC
Pengfei Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 31 07:12:48 PST 2020
pengfei added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:5293
if (LHS.getValueType().isInteger()) {
SDValue CCVal;
----------------
john.brawn wrote:
> pengfei wrote:
> > Does integer comparison have strict version?
> No. What's happening here for f128 is that just above we have a call to softenSetCCOperands that has turned the LHS into a function call that returns an integer result.
Oh I see, thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73784/new/
https://reviews.llvm.org/D73784
More information about the llvm-commits
mailing list