Skip to content

RISC-V 64 NCG: Fix switch jump tables and non-local jumps (#25738)

Sven Tennie requested to merge wip/supersven/riscv-fix-switch-jump-tables into master

Fixes: #25738

The issue is analog to AArch64:

I've dropped the idea to rewrite the reproducer in Haskell (!13921 (comment 611655)): The GHC constant folding is just too good to keep this simple.

Edited by Sven Tennie

Merge request reports

Loading