cranelift: Remove const_addr instruction (fixes #2398) (#4843)

This commit is contained in:
Jamey Sharp
2022-09-01 14:57:37 -07:00
committed by GitHub
parent ae5fe8a728
commit 84ac24c23d
5 changed files with 2 additions and 21 deletions

View File

@@ -200,8 +200,7 @@ impl LowerBackend for S390xBackend {
)
}
Opcode::ConstAddr
| Opcode::GetPinnedReg
Opcode::GetPinnedReg
| Opcode::SetPinnedReg
| Opcode::Vsplit
| Opcode::Vconcat