[PATCH] D80691: Proposed fix for PR46114
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 28 10:56:48 PDT 2020
aprantl added inline comments.
================
Comment at: llvm/lib/Transforms/Scalar/EarlyCSE.cpp:1139
}
+ //Salvage debug info early to be compatible with removeRedundantDbgInstrsUsingBackwardScan().
+ salvageDebugInfoOrMarkUndef(Inst);
----------------
`// Salvage ...`
Does this fit on 80 columns?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80691/new/
https://reviews.llvm.org/D80691
More information about the llvm-commits
mailing list