You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of 668e2c8, we have enabled the LiveIRVariables LLVM pass which is a part of ongoing GC work for #2997.
Unfortunately, something in test/bench/task-perf-word-count.rs makes the LiveIRVariables pass unhappy. It seems that some LLVM optimization pass is producing an irreducible control flow graph, and LLVM's LoopSimplify pass isn't sophisticated enough to undo the damage.
As a temporary workaround, 43867bf xfails the two tests which break the liveness pass. But we should figure out what LLVM pass is causing the trouble and try to resolve that and un-xfail those tests.
The text was updated successfully, but these errors were encountered:
As of 668e2c8, we have enabled the LiveIRVariables LLVM pass which is a part of ongoing GC work for #2997.
Unfortunately, something in test/bench/task-perf-word-count.rs makes the LiveIRVariables pass unhappy. It seems that some LLVM optimization pass is producing an irreducible control flow graph, and LLVM's LoopSimplify pass isn't sophisticated enough to undo the damage.
As a temporary workaround, 43867bf xfails the two tests which break the liveness pass. But we should figure out what LLVM pass is causing the trouble and try to resolve that and un-xfail those tests.
The text was updated successfully, but these errors were encountered: