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 d226dbf commit 767e345Copy full SHA for 767e345
llvm/lib/CodeGen/PostRASchedulerList.cpp
@@ -335,8 +335,7 @@ bool PostRAScheduler::run(MachineFunction &MF) {
335
Scheduler.Observe(MI, CurrentCount);
336
}
337
I = MI;
338
- // TODO: this should be upstreamed. What is the test case that broke?
339
- if (MI.isBundled())
+ if (MI.isBundle())
340
Count -= MI.getBundleSize();
341
342
assert(Count == 0 && "Instruction count mismatch!");
0 commit comments