[llvm] [RISC-V][GISEL] Select G_BITCAST for scalable vectors (PR #101486)
Michael Maitland via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 23 14:40:05 PDT 2024
================
@@ -559,6 +559,7 @@ bool RISCVInstructionSelector::select(MachineInstr &MI) {
case TargetOpcode::G_INTTOPTR:
case TargetOpcode::G_TRUNC:
case TargetOpcode::G_FREEZE:
+ case TargetOpcode::G_BITCAST:
----------------
michaelmaitland wrote:
We're going to need G_BITCAST instruction-select tests due to this line
https://github.com/llvm/llvm-project/pull/101486
More information about the llvm-commits
mailing list