bjorn3 opened issue #4567:
Feature
Replace sequences like brz+jump and brnz+jump with single instructions.
Benefit
Simplifies code. These sequences are a leftover from the migration from EBB's to BB's quite a while ago.
Implementation
TBD
Alternatives
Keep the current state at the cost of more complex code.
cfallin commented on issue #4567:
This would be a nice simplification, I think. One potential issue to check for would be whether
InstructionData
grows as a result of two branch targets rather than one. Otherwise this fits more nicely with the structure in the rest of the compiler (including branches in VCode).
akirilov-arm labeled issue #4567:
Feature
Replace sequences like brz+jump and brnz+jump with single instructions.
Benefit
Simplifies code. These sequences are a leftover from the migration from EBB's to BB's quite a while ago.
Implementation
TBD
Alternatives
Keep the current state at the cost of more complex code.
akirilov-arm labeled issue #4567:
Feature
Replace sequences like brz+jump and brnz+jump with single instructions.
Benefit
Simplifies code. These sequences are a leftover from the migration from EBB's to BB's quite a while ago.
Implementation
TBD
Alternatives
Keep the current state at the cost of more complex code.
akirilov-arm labeled issue #4567:
Feature
Replace sequences like brz+jump and brnz+jump with single instructions.
Benefit
Simplifies code. These sequences are a leftover from the migration from EBB's to BB's quite a while ago.
Implementation
TBD
Alternatives
Keep the current state at the cost of more complex code.
bjorn3 commented on issue #4567:
This has been fixed. I believe in https://github.com/bytecodealliance/wasmtime/pull/5630.
bjorn3 closed issue #4567:
Feature
Replace sequences like brz+jump and brnz+jump with single instructions.
Benefit
Simplifies code. These sequences are a leftover from the migration from EBB's to BB's quite a while ago.
Implementation
TBD
Alternatives
Keep the current state at the cost of more complex code.
Last updated: Nov 22 2024 at 16:03 UTC