forked from OSchip/llvm-project
1d195b9c25
There is an assert at line 558 in ScheduleDAGInstrs::buildSchedGraph(AliasAnalysis *AA). This assert needs to addressed for post RA scheduler. Until that assert is addressed, any passes that uses post ra scheduler will fail. So, I am temporarily disabling the hexagon tests until that fix is in. The assert is as follows: assert(!MI->isTerminator() && !MI->isLabel() && "Cannot schedule terminators or labels!"); llvm-svn: 154617 |
||
---|---|---|
.. | ||
args.ll | ||
combine.ll | ||
double.ll | ||
float.ll | ||
frame.ll | ||
lit.local.cfg | ||
mpy.ll | ||
static.ll | ||
struct_args.ll | ||
struct_args_large.ll | ||
vaddh.ll |