cranelift: Port ishl SIMD lowerings to ISLE (#3686)
This commit is contained in:
@@ -3053,6 +3053,12 @@ impl MachInst for Inst {
|
||||
}
|
||||
|
||||
fn gen_move(dst_reg: Writable<Reg>, src_reg: Reg, ty: Type) -> Inst {
|
||||
log::trace!(
|
||||
"Inst::gen_move {:?} -> {:?} (type: {:?})",
|
||||
src_reg,
|
||||
dst_reg.to_reg(),
|
||||
ty
|
||||
);
|
||||
let rc_dst = dst_reg.to_reg().get_class();
|
||||
let rc_src = src_reg.get_class();
|
||||
// If this isn't true, we have gone way off the rails.
|
||||
|
||||
Reference in New Issue
Block a user