llc -shed=none asserts in LVA #1231
Labels
bugzilla
Issues migrated from bugzilla
compile-fail
Use [accepts-invalid] and [rejects-valid] instead
tools:llc
Extended Description
Running any .bc file through llc with the null (BFS) scheduler causes an assertion in LVA.
LiveVariables.cpp:126: failed assertion `VRInfo.DefInst && "Register use before def!"'
or
LiveInterval.cpp:283: failed assertion `B->end <= Start && "Cannot overlap two LiveRanges with differing
ValID's" " (did you def the same reg twice in a MachineInstr?)"'
Are the two I've seen.
The text was updated successfully, but these errors were encountered: