cranelift: Remove copy instruction (#5125)
This commit is contained in:
@@ -46,12 +46,6 @@
|
||||
(invalid_reg))
|
||||
|
||||
|
||||
;;;; Rules for `copy` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
(rule (lower (copy x))
|
||||
x)
|
||||
|
||||
|
||||
;;;; Rules for `iconcat` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
(rule (lower (has_type (vr128_ty ty) (iconcat x y)))
|
||||
|
||||
@@ -43,7 +43,6 @@ impl LowerBackend for S390xBackend {
|
||||
|
||||
match op {
|
||||
Opcode::Nop
|
||||
| Opcode::Copy
|
||||
| Opcode::Iconst
|
||||
| Opcode::F32const
|
||||
| Opcode::F64const
|
||||
|
||||
Reference in New Issue
Block a user