[PATCH] D86605: [PowerPC] Expand constrained ppc_fp128 to i32 conversion

Qiu Chaofan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 2 05:36:23 PDT 2020


qiucf added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPCISelLowering.cpp:8208
+              DAG.getDataLayout(), *DAG.getContext(), Src.getValueType());
+          SDValue SetCC = DAG.getSetCC(dl, CondVT, Src, Tmp, ISD::SETGE, Chain);
+          Chain = SetCC.getValue(1);
----------------
Should we create `STRICT_FSELECT_CC/STRICT_FSELECT_CCS` with intrinsics..?


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

https://reviews.llvm.org/D86605



More information about the llvm-commits mailing list