mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-27 17:13:20 +01:00
Referencing alloca'd memory in tail calls is invalid IR. This was not caught by the verifier, but produced misoptimizations due to wrong alias analysis results.