We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d60a47 commit 610c0a0Copy full SHA for 610c0a0
llvm/tools/llvm-reduce/ReducerWorkItem.cpp
@@ -779,8 +779,6 @@ void ReducerWorkItem::writeBitcode(raw_ostream &OutStream) const {
779
const bool ShouldPreserveUseListOrder = true;
780
781
if (LTOInfo && LTOInfo->IsThinLTO && LTOInfo->EnableSplitLTOUnit) {
782
- // FIXME: This should not depend on the pass manager. There are hidden
783
- // transforms that may happen inside ThinLTOBitcodeWriterPass
784
PassBuilder PB;
785
LoopAnalysisManager LAM;
786
FunctionAnalysisManager FAM;
0 commit comments