mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
0cb3abc9c3
This reduces the occasions where some LLVM optimization passes rewrite the allocas, reducing the chances that the model type metadata is discarded by LLVM passes that we don't control. A pass that was doing this was InstCombine.