diff options
| author | Sam Parker <sam.parker@arm.com> | 2019-07-31 07:32:03 +0000 |
|---|---|---|
| committer | Sam Parker <sam.parker@arm.com> | 2019-07-31 07:32:03 +0000 |
| commit | 2200a9bdf351914d8d8c68cea966a9aec50ec0fd (patch) | |
| tree | 33cd79a55a9d2518ff7f6ae74f0dea7c0a7684a2 /llvm/test/CodeGen/ARM/O3-pipeline.ll | |
| parent | 54d446f70e8ad00a37cf37cce1691b36c23d40bc (diff) | |
| download | bcm5719-llvm-2200a9bdf351914d8d8c68cea966a9aec50ec0fd.tar.gz bcm5719-llvm-2200a9bdf351914d8d8c68cea966a9aec50ec0fd.zip | |
[ARM][ParallelDSP] Convert to function pass
Run across a whole function, visiting each basic block one at a time.
Differential Revision: https://reviews.llvm.org/D65324
llvm-svn: 367389
Diffstat (limited to 'llvm/test/CodeGen/ARM/O3-pipeline.ll')
| -rw-r--r-- | llvm/test/CodeGen/ARM/O3-pipeline.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/O3-pipeline.ll b/llvm/test/CodeGen/ARM/O3-pipeline.ll index ec96f055a05..c528f5d0cee 100644 --- a/llvm/test/CodeGen/ARM/O3-pipeline.ll +++ b/llvm/test/CodeGen/ARM/O3-pipeline.ll @@ -37,8 +37,7 @@ ; CHECK-NEXT: Scalar Evolution Analysis ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl) ; CHECK-NEXT: Function Alias Analysis Results -; CHECK-NEXT: Loop Pass Manager -; CHECK-NEXT: Transform loops to use DSP intrinsics +; CHECK-NEXT: Transform functions to use DSP intrinsics ; CHECK-NEXT: Interleaved Access Pass ; CHECK-NEXT: ARM IR optimizations ; CHECK-NEXT: Dominator Tree Construction |

