Displaying 1 result from an estimated 1 matches for "348957d4".
2014 Feb 03
5
[LLVMdev] [RFC] Removing FCA constants from the IR
Currently, you're allowed to form a constant of aggregate type using any
number of other constants you like. This makes scanning the instructions of
the IR needlessly complex when looking for references to constants.
There is no need to support this degree of complexity in the IR. We could
require that for anything but 'zeroinitializer' you cannot write a constant
of aggregate