mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-06-26 10:34:13 +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.