mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-05-10 04:11:30 +02: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.