Open Quuxplusone opened 3 years ago
Bugzilla Link | PR51939 |
Status | NEW |
Importance | P enhancement |
Reported by | Nico Weber (nicolasweber@gmx.de) |
Reported on | 2021-09-22 08:39:27 -0700 |
Last modified on | 2021-09-22 14:11:40 -0700 |
Version | unspecified |
Hardware | PC All |
CC | gkm@fb.com, jezreel@gmail.com, llvm-bugs@lists.llvm.org, smeenai@fb.com |
Fixed by commit(s) | |
Attachments | |
Blocks | |
Blocked by | |
See also |
(Noticed in https://crbug.com/1251763 -- in the end, turned out to be incorrect code, but incorrect code that happens to never fail with ld64. Also, this is a binary size opportunity.)
Hmm in theory https://reviews.llvm.org/D105045 should have fixed this, but I guess something's missing...
Oh, I remember now. D106213 is needed too for the dedup to work here, since right now ICF is hashing the addresses of two different cstrings when trying to dedup the CFStrings.