[PATCH] D96087: Option to ignore llvm[.compiler].used uses in hasAddressTaken()
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 9 15:24:29 PST 2021
rampitec added a comment.
In D96087#2552603 <https://reviews.llvm.org/D96087#2552603>, @dexonsmith wrote:
> (Passing comment not really related to the patch, but I wonder how hard / useful it would be to convert `@llvm.used` and `@llvm.compiler.used` to attributes (or similar)...?)
At the very least these variables are defined in the LLVM IR specification, so it would be a compatibility break.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96087/new/
https://reviews.llvm.org/D96087
More information about the llvm-commits
mailing list