We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 229a165 commit 5fea25eCopy full SHA for 5fea25e
llvm/lib/Target/RISCV/GISel/RISCVInstructionSelector.cpp
@@ -559,6 +559,7 @@ bool RISCVInstructionSelector::select(MachineInstr &MI) {
559
case TargetOpcode::G_INTTOPTR:
560
case TargetOpcode::G_TRUNC:
561
case TargetOpcode::G_FREEZE:
562
+ case TargetOpcode::G_BITCAST:
563
return selectCopy(MI, MRI);
564
case TargetOpcode::G_CONSTANT: {
565
Register DstReg = MI.getOperand(0).getReg();
0 commit comments