[llvm] [RISCV] Handle zeroinitializer of vector tuple Type (PR #113995)

Brandon Wu via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 25 18:11:24 PST 2024


================
@@ -57,6 +57,28 @@ void RISCVDAGToDAGISel::PreprocessISelDAG() {
 
     SDValue Result;
     switch (N->getOpcode()) {
+    case ISD::BITCAST: {
----------------
4vtomat wrote:

I think it can't, it needs both src and dst registers to be in same register class

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


More information about the llvm-commits mailing list