diff options
| author | Sjoerd Meijer <sjoerd.meijer@arm.com> | 2019-11-05 08:56:14 +0000 |
|---|---|---|
| committer | Sjoerd Meijer <sjoerd.meijer@arm.com> | 2019-11-05 09:06:22 +0000 |
| commit | 92164cf25d513d44fdb5d727a33d02ad4c87384e (patch) | |
| tree | 6ac2b7469e612dd7df3e68550e705c1d1d03e178 /llvm/test/CodeGen/ARM | |
| parent | edfb8eea575582f5a4f485368d84b7c5e9853780 (diff) | |
| download | bcm5719-llvm-92164cf25d513d44fdb5d727a33d02ad4c87384e.tar.gz bcm5719-llvm-92164cf25d513d44fdb5d727a33d02ad4c87384e.zip | |
Recommit "[HardwareLoops] Optimisation remarks"
With a few things fixed:
- initialisaiton of the optimisation remark pass (this was causing the buildbot
failures on PPC),
- a test case.
Differential Revision: https://reviews.llvm.org/D69660
Diffstat (limited to 'llvm/test/CodeGen/ARM')
| -rw-r--r-- | llvm/test/CodeGen/ARM/O3-pipeline.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/ARM/O3-pipeline.ll b/llvm/test/CodeGen/ARM/O3-pipeline.ll index 6cc7e53aeff..cb6a005445b 100644 --- a/llvm/test/CodeGen/ARM/O3-pipeline.ll +++ b/llvm/test/CodeGen/ARM/O3-pipeline.ll @@ -52,6 +52,9 @@ ; CHECK-NEXT: Dominator Tree Construction ; CHECK-NEXT: Natural Loop Information ; CHECK-NEXT: Scalar Evolution Analysis +; CHECK-NEXT: Lazy Branch Probability Analysis +; CHECK-NEXT: Lazy Block Frequency Analysis +; CHECK-NEXT: Optimization Remark Emitter ; CHECK-NEXT: Hardware Loop Insertion ; CHECK-NEXT: Scalar Evolution Analysis ; CHECK-NEXT: Loop Pass Manager |

