[PATCH] D77600: [CallSite Removal] a CallBase is never an IndirectCall for isInlineAsm
Nick Desaulniers via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 6 15:49:16 PDT 2020
nickdesaulniers planned changes to this revision.
nickdesaulniers added inline comments.
================
Comment at: llvm/lib/IR/Instructions.cpp:272
+ return false;
return true;
}
----------------
eh, could simplify this more, will do.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77600/new/
https://reviews.llvm.org/D77600
More information about the llvm-commits
mailing list