[LLVMdev] [RFC] Removing FCA constants from the IR
Tim Northover
t.p.northover at gmail.com
Mon Feb 3 03:44:59 PST 2014
On 3 February 2014 09:24, Chandler Carruth <chandlerc at google.com> wrote:
> 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.
How would that work for VTables and such, which are global constants?
Tim.
More information about the llvm-dev
mailing list