Files
Alessandro Di Federico b190dc07da Introduce constructors
Isolated functions return structs. These structs used to be constructed
using `IRBuilder::CreateAggregateRet`, which is implemented using
`insertvalue` instructions. However, this approach led to ugly
decompiled code.

This commit introduces "constructor" functions that can be easily
pattern matched down the pipeline.
2021-03-23 12:54:05 +01:00
..
2021-03-23 12:54:05 +01:00