[llvm] [RISCV] Handle zeroinitializer of vector tuple Type (PR #113995)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 19 06:07:23 PST 2024
================
@@ -57,6 +57,28 @@ void RISCVDAGToDAGISel::PreprocessISelDAG() {
SDValue Result;
switch (N->getOpcode()) {
+ case ISD::BITCAST: {
----------------
lukel97 wrote:
Do we still need the preprocessing for the bitcast? What happens if this bit is removed
https://github.com/llvm/llvm-project/pull/113995
More information about the llvm-commits
mailing list