[llvm] [Legalizer] Soften EXTRACT_ELEMENT on ppcf128 (PR #77412)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 8 22:20:05 PST 2024


================
@@ -262,6 +264,16 @@ SDValue DAGTypeLegalizer::SoftenFloatRes_ConstantFP(SDNode *N) {
   }
 }
 
+SDValue DAGTypeLegalizer::SoftenFloatRes_EXTRACT_ELEMENT(SDNode *N) {
----------------
arsenm wrote:

In the test case, this is a float operand, not the result? Why does ppcf128 require softening on ppc?

https://github.com/llvm/llvm-project/pull/77412


More information about the llvm-commits mailing list