[PATCH] D112178: [LazyCallGraph] Skip blockaddresses
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 21 09:06:29 PDT 2021
aeubanks added inline comments.
================
Comment at: llvm/test/Transforms/Attributor/IPConstantProp/dangling-block-address.ll:37
define internal void @bar(i32* nocapture %pc) nounwind readonly {
-; IS__CGSCC_OPM: Function Attrs: nounwind readonly
-; IS__CGSCC_OPM-LABEL: define {{[^@]+}}@bar
----------------
aeubanks wrote:
> nickdesaulniers wrote:
> > Can we remove `IS__CGSCC_OPM` from the `RUN` lines, too? Looks like this change removes all references? Perhaps we can get rid of the OPM RUN lines? And pre-commit that?
> will do
apparently it's a bit more complicated than I originally thought: https://reviews.llvm.org/D112184
can we punt on this for now?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112178/new/
https://reviews.llvm.org/D112178
More information about the llvm-commits
mailing list