[PATCH] D73784: [FPEnv][AArch64] Add lowering of f128 STRICT_FSETCC

John Brawn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 31 06:44:44 PST 2020


john.brawn marked an inline comment as done.
john.brawn added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:5293
 
   if (LHS.getValueType().isInteger()) {
     SDValue CCVal;
----------------
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.


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