[llvm] r239590 - LowerBitSets: Give names to aliases of unnamed bitset element objects.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Wed Jun 17 11:01:26 PDT 2015


> It is valid for globals to be unnamed, but aliases must have a name. To avoid
> creating invalid IR, we need to assign names to any aliases we create that
> point to unnamed objects that have been moved into combined globals.

I removed that restriction in r239921.

Cheers,
Rafael



More information about the llvm-commits mailing list