[PATCH] D77248: [llvm][IR] Add a new Constant (UnnamedFunc)
Roland McGrath via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 27 16:44:59 PDT 2020
mcgrathr added a comment.
Rather than "equivalent to the resolved function at runtime", I'd say "equivalent to the resolved function as a call target". It's not equivalent to the function at runtime when the runtime use is "ptr == &func".
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77248/new/
https://reviews.llvm.org/D77248
More information about the llvm-commits
mailing list