[PATCH] D65352: [CodeGen] Require a name for a block addr target
Nick Desaulniers via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 7 15:42:43 PDT 2019
nickdesaulniers added a comment.
> Creating a name for every block address is a large hammer, but is necessary because at the point when a temp symbol is created we don't necessarily know if it's used in inline asm.
Sure we do; in this case if `llvm::any_of` the `Use`s of the `BasicBlocks` `isa<CallBrInst>` then we need to name the label. Right?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65352/new/
https://reviews.llvm.org/D65352
More information about the llvm-commits
mailing list