mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
While invoking the instrprof_increment intrinsic, we used to pass the profile name variable by using a GEP instruction to get to the string constant. That prevented llvm from uniquing the names. Use a constexpr GEP to fix the issue.
33 KiB
33 KiB