| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Fix the lit bug that enabled this "feature" (empty triple is substring
of all possible target triples) and change the two outliers to use the
documented * syntax.
llvm-svn: 259799
|
|
|
|
|
|
| |
immediate when checking if A2_tfrsi is combinable.
llvm-svn: 231710
|
|
|
|
| |
llvm-svn: 231703
|
|
|
|
| |
llvm-svn: 231699
|
|
|
|
|
|
| |
form stores with tests.
llvm-svn: 224952
|
|
|
|
| |
llvm-svn: 156824
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Reenable the tests.
llvm-svn: 146750
|
|
|
|
| |
llvm-svn: 146455
|
|
llvm-svn: 146412
|