[PATCH] D91250: Support intrinsic overloading on anonymous struct based types

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 11 04:24:22 PST 2020


fhahn added a comment.

Is this the same idea as in D48541 <https://reviews.llvm.org/D48541> (linked from PR38117), where we use LLVMContext to keep track of IDs for anonymous types? If that's the case, the same objections as for D48541 <https://reviews.llvm.org/D48541> probably apply here as well. I think one of the problems is that the names we assign depend on the order different modules are loaded.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91250/new/

https://reviews.llvm.org/D91250



More information about the llvm-commits mailing list