[PATCH] D120267: [Verifier] Restore defined-resolver verification for IFuncs
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 22 16:03:26 PST 2022
MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.
I know little about the depended `cpudispatch` patch. This one looks good.
================
Comment at: llvm/lib/IR/Verifier.cpp:844
// Pierce through ConstantExprs and GlobalAliases and check that the resolver
- // has a Function
+ // is a Function definition
const Function *Resolver = GI.getResolverFunction();
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120267/new/
https://reviews.llvm.org/D120267
More information about the llvm-commits
mailing list