[llvm] [RISCV] Merge GPRPair and GPRF64Pair (PR #116094)

Sam Elliott via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 19 09:54:49 PST 2024


================
@@ -982,13 +976,15 @@ void RISCVDAGToDAGISel::Select(SDNode *Node) {
              "SplitF64 only handled here on rv32i_zdinx");
 
       if (!SDValue(Node, 0).use_empty()) {
-        SDValue Lo = CurDAG->getTargetExtractSubreg(RISCV::sub_gpr_even, DL, VT,
+        SDValue Lo = CurDAG->getTargetExtractSubreg(RISCV::sub_gpr_even, DL,
+                                                    Node->getSimpleValueType(0),
----------------
lenary wrote:

Addressed (and in the other call)

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


More information about the llvm-commits mailing list