Skip to content

A couple of bits for ykmicropython#2117

Merged
ltratt merged 2 commits intoykjit:masterfrom
vext01:micropython
Mar 5, 2026
Merged

A couple of bits for ykmicropython#2117
ltratt merged 2 commits intoykjit:masterfrom
vext01:micropython

Conversation

@vext01
Copy link
Contributor

@vext01 vext01 commented Mar 5, 2026

@@ -3552,6 +3552,7 @@ impl HirToAsmBackend for X64HirToAsm<'_> {
self.asm.push_inst(match bitw {
64 => IcedInst::with2(Code::Shl_rm64_imm8, lhsr.to_reg64(), imm),
32 => IcedInst::with2(Code::Shl_rm32_imm8, lhsr.to_reg32(), imm),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line should become 8..=32 and it will then (correctly and naturally) cover the 8 bit case. Please force push.

vext01 added 2 commits March 5, 2026 11:56
@vext01
Copy link
Contributor Author

vext01 commented Mar 5, 2026

Fixed.

@ltratt ltratt added this pull request to the merge queue Mar 5, 2026
Merged via the queue into ykjit:master with commit 6e88d16 Mar 5, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants