[llvm] [RISCV] Be more aggressive about forming floating point constants (PR #68433)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 26 13:49:20 PDT 2023


================
@@ -8920,6 +8914,17 @@ SDValue RISCVTargetLowering::lowerINSERT_SUBVECTOR(SDValue Op,
       return DAG.getBitcast(Op.getValueType(), SubVec);
     }
 
+    // Shrink down Vec so we're performing the slideup on a smaller LMUL.
----------------
topperc wrote:

I think you got an extra commit in here?

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


More information about the llvm-commits mailing list