[PATCH] D88232: [DebugInfo] Handle multiple variable location operands in IR
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 11 18:42:12 PST 2020
aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/lib/Transforms/Scalar/SpeculativeExecution.cpp:270
+ if (const auto *I = dyn_cast_or_null<Instruction>(V)) {
if (NotHoisted.count(I) == 0)
return true;
----------------
clang-format?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88232/new/
https://reviews.llvm.org/D88232
More information about the llvm-commits
mailing list