diff options
author | Sjoerd Meijer <sjoerd.meijer@arm.com> | 2019-12-12 10:45:16 +0000 |
---|---|---|
committer | Sjoerd Meijer <sjoerd.meijer@arm.com> | 2019-12-12 15:41:20 +0000 |
commit | 9468e3334ba54fbb1b209aaec662d7375451fa1f (patch) | |
tree | b2532f4eb75a82349d834e1a2b3f8fcb8e68bfdb /llvm/test/CodeGen/ARM | |
parent | dbc5acf8ce8ae7b9adfa61e8133b50f2b82e4cde (diff) | |
download | bcm5719-llvm-9468e3334ba54fbb1b209aaec662d7375451fa1f.tar.gz bcm5719-llvm-9468e3334ba54fbb1b209aaec662d7375451fa1f.zip |
[ARM][MVE] findVCMPToFoldIntoVPS. NFC.
This adds ReachingDefAnalysis (RDA) to the VPTBlock pass, so that we can
reimplement findVCMPToFoldIntoVPS with just a few calls to RDA.
Differential Revision: https://reviews.llvm.org/D71330
Diffstat (limited to 'llvm/test/CodeGen/ARM')
-rw-r--r-- | llvm/test/CodeGen/ARM/O3-pipeline.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/ARM/O3-pipeline.ll b/llvm/test/CodeGen/ARM/O3-pipeline.ll index 4188ce759eb..3e9431403af 100644 --- a/llvm/test/CodeGen/ARM/O3-pipeline.ll +++ b/llvm/test/CodeGen/ARM/O3-pipeline.ll @@ -144,6 +144,7 @@ ; CHECK-NEXT: Machine Natural Loop Construction ; CHECK-NEXT: Machine Block Frequency Analysis ; CHECK-NEXT: If Converter +; CHECK-NEXT: ReachingDefAnalysis ; CHECK-NEXT: MVE VPT block insertion pass ; CHECK-NEXT: Thumb IT blocks insertion pass ; CHECK-NEXT: MachineDominator Tree Construction |