[PATCH] D110467: [ISEL] Legalize arithmetic.fence.f128 for 32-bits target
Pengfei Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 25 19:32:44 PDT 2021
pengfei added inline comments.
================
Comment at: llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp:210
+SDValue DAGTypeLegalizer::SoftenFloatRes_ARITH_FENCE(SDNode *N) {
+ SDLoc DL(N);
----------------
Can we do the same think as `SoftenFloatRes_FREEZE`?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110467/new/
https://reviews.llvm.org/D110467
More information about the llvm-commits
mailing list