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 61cc569 commit db81a02Copy full SHA for db81a02
cranelift/codegen/src/isa/riscv64/lower.isle
@@ -462,7 +462,7 @@
462
(alu_rrr (AluOPRRR.Sll) x (value_regs_get y 0)))
463
464
;; With `Zba` we have a shift that zero extends the LHS argument.
465
-(rule 3 (lower (has_type $I64(ishl (uextend x @ (value_type $I32)) (maybe_uextend (imm12_from_value y)))))
+(rule 3 (lower (has_type $I64 (ishl (uextend x @ (value_type $I32)) (maybe_uextend (imm12_from_value y)))))
466
(if-let $true (has_zba))
467
(alu_rr_imm12 (AluOPRRI.SlliUw) x y))
468
0 commit comments