@@ -471,7 +471,7 @@ pub(crate) fn lower_insn_to_regs(
|
||||
|
||||
Opcode::ExtractVector => implemented_in_isle(ctx),
|
||||
|
||||
Opcode::ConstAddr | Opcode::Vconcat | Opcode::Vsplit => {
|
||||
Opcode::Vconcat | Opcode::Vsplit => {
|
||||
return Err(CodegenError::Unsupported(format!(
|
||||
"Unimplemented lowering: {}",
|
||||
op
|
||||
|
||||
@@ -200,8 +200,7 @@ impl LowerBackend for S390xBackend {
|
||||
)
|
||||
}
|
||||
|
||||
Opcode::ConstAddr
|
||||
| Opcode::GetPinnedReg
|
||||
Opcode::GetPinnedReg
|
||||
| Opcode::SetPinnedReg
|
||||
| Opcode::Vsplit
|
||||
| Opcode::Vconcat
|
||||
|
||||
@@ -503,8 +503,6 @@ fn lower_insn_to_regs(
|
||||
|
||||
Opcode::Trueif | Opcode::Trueff => unimplemented!("trueif / trueff not implemented"),
|
||||
|
||||
Opcode::ConstAddr => unimplemented!("ConstAddr not implemented"),
|
||||
|
||||
Opcode::Vsplit | Opcode::Vconcat => {
|
||||
unimplemented!("Vector split/concat ops not implemented.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user