diff options
| author | Chad Rosier <mcrosier@codeaurora.org> | 2016-01-20 22:38:25 +0000 |
|---|---|---|
| committer | Chad Rosier <mcrosier@codeaurora.org> | 2016-01-20 22:38:25 +0000 |
| commit | 6338d7c3904739e9da222cfe748c2fad1ae5af05 (patch) | |
| tree | 73865bf3d42fa446440d01996a15746a579e2781 /llvm/test/Feature | |
| parent | 55a7ae5cc7f949b8318deb3ad19c249a207286eb (diff) | |
| download | bcm5719-llvm-6338d7c3904739e9da222cfe748c2fad1ae5af05.tar.gz bcm5719-llvm-6338d7c3904739e9da222cfe748c2fad1ae5af05.zip | |
MachineScheduler: Honor optnone functions in the pre-ra scheduler.
llvm-svn: 258363
Diffstat (limited to 'llvm/test/Feature')
| -rw-r--r-- | llvm/test/Feature/optnone-llc.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Feature/optnone-llc.ll b/llvm/test/Feature/optnone-llc.ll index 94f61efea4a..8abcd09eea5 100644 --- a/llvm/test/Feature/optnone-llc.ll +++ b/llvm/test/Feature/optnone-llc.ll @@ -44,6 +44,7 @@ attributes #0 = { optnone noinline } ; LLC-Ox-DAG: Skipping pass 'Machine code sinking' ; LLC-Ox-DAG: Skipping pass 'Machine Common Subexpression Elimination' ; LLC-Ox-DAG: Skipping pass 'Machine Copy Propagation Pass' +; LLC-Ox-DAG: Skipping pass 'Machine Instruction Scheduler' ; LLC-Ox-DAG: Skipping pass 'Machine Loop Invariant Code Motion' ; LLC-Ox-DAG: Skipping pass 'Merge disjoint stack slots' ; LLC-Ox-DAG: Skipping pass 'Optimize machine instruction PHIs' |

