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 ff42e63 commit 462fcfcCopy full SHA for 462fcfc
llvm/lib/CodeGen/MLRegAllocEvictAdvisor.cpp
@@ -673,7 +673,7 @@ bool MLEvictAdvisor::loadInterferenceFeatures(
673
// large amount of compile time being spent in regalloc. If we hit the
674
// threshold, prevent the range from being evicted. We still let the
675
// range through if it is urgent as we are required to produce an
676
- // eviction if the candidate is not spillable.
+ // eviction if the candidate is not spillable.
677
if (getEvictionCount(Intf->reg()) > MaxEvictionCount && !Urgent)
678
return false;
679
0 commit comments