[PATCH] D91250: Support intrinsic overloading on unnamed types
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 18 02:30:49 PST 2020
fhahn added a comment.
I think we would also need tests for combining multiple modules with intrinsics with unnamed type.
If the module owns the numbering, can encounter name/type clashes, e.g. if 2 modules have unnamed types that are different. i.e. both have `declare %0* @llvm.ssa.copy.p0s_s.0(%0* returned)` ,but `%0` is defined as different types in both modules ?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91250/new/
https://reviews.llvm.org/D91250
More information about the llvm-commits
mailing list