[PATCH] D110467: [ISEL] Legalize arithmetic.fence.f128 for 32-bits target

Xiang Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 26 21:21:56 PDT 2021


xiangzhangllvm added inline comments.


================
Comment at: llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp:210
 
+SDValue DAGTypeLegalizer::SoftenFloatRes_ARITH_FENCE(SDNode *N) {
+  SDLoc DL(N);
----------------
pengfei wrote:
> Can we do the same think as `SoftenFloatRes_FREEZE`?
Actually they are same, SoftenFloatRes_FREEZE looks more standard, let me change it soon, thanks a lot!


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

https://reviews.llvm.org/D110467



More information about the llvm-commits mailing list