diff options
author | Florian Hahn <flo@fhahn.com> | 2019-07-31 09:27:54 +0000 |
---|---|---|
committer | Florian Hahn <flo@fhahn.com> | 2019-07-31 09:27:54 +0000 |
commit | 189efe295b6e843c53c172e9f26436f9e8434d21 (patch) | |
tree | b4eb96e792b6168c3edc4191a5d02b4464f170a9 /llvm/test/Other | |
parent | f87a9626f1df7083c30222693188401d3321f7b0 (diff) | |
download | bcm5719-llvm-189efe295b6e843c53c172e9f26436f9e8434d21.tar.gz bcm5719-llvm-189efe295b6e843c53c172e9f26436f9e8434d21.zip |
Recommit "[GVN] Preserve loop related analysis/canonical forms."
This fixes some pipeline tests.
This reverts commit d0b6f42936bfb6d56d325c732ae79400c9c6016a.
llvm-svn: 367401
Diffstat (limited to 'llvm/test/Other')
-rw-r--r-- | llvm/test/Other/opt-O2-pipeline.ll | 1 | ||||
-rw-r--r-- | llvm/test/Other/opt-O3-pipeline.ll | 1 | ||||
-rw-r--r-- | llvm/test/Other/opt-Os-pipeline.ll | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/llvm/test/Other/opt-O2-pipeline.ll b/llvm/test/Other/opt-O2-pipeline.ll index 8f4d98fe3c9..ecd6b7c8a35 100644 --- a/llvm/test/Other/opt-O2-pipeline.ll +++ b/llvm/test/Other/opt-O2-pipeline.ll @@ -141,7 +141,6 @@ ; CHECK-NEXT: Bit-Tracking Dead Code Elimination ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl) ; CHECK-NEXT: Function Alias Analysis Results -; CHECK-NEXT: Natural Loop Information ; CHECK-NEXT: Lazy Branch Probability Analysis ; CHECK-NEXT: Lazy Block Frequency Analysis ; CHECK-NEXT: Optimization Remark Emitter diff --git a/llvm/test/Other/opt-O3-pipeline.ll b/llvm/test/Other/opt-O3-pipeline.ll index 07e20b80f46..ee5e55f0d37 100644 --- a/llvm/test/Other/opt-O3-pipeline.ll +++ b/llvm/test/Other/opt-O3-pipeline.ll @@ -146,7 +146,6 @@ ; CHECK-NEXT: Bit-Tracking Dead Code Elimination ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl) ; CHECK-NEXT: Function Alias Analysis Results -; CHECK-NEXT: Natural Loop Information ; CHECK-NEXT: Lazy Branch Probability Analysis ; CHECK-NEXT: Lazy Block Frequency Analysis ; CHECK-NEXT: Optimization Remark Emitter diff --git a/llvm/test/Other/opt-Os-pipeline.ll b/llvm/test/Other/opt-Os-pipeline.ll index bacda22ead1..069d198c7a1 100644 --- a/llvm/test/Other/opt-Os-pipeline.ll +++ b/llvm/test/Other/opt-Os-pipeline.ll @@ -128,7 +128,6 @@ ; CHECK-NEXT: Bit-Tracking Dead Code Elimination ; CHECK-NEXT: Basic Alias Analysis (stateless AA impl) ; CHECK-NEXT: Function Alias Analysis Results -; CHECK-NEXT: Natural Loop Information ; CHECK-NEXT: Lazy Branch Probability Analysis ; CHECK-NEXT: Lazy Block Frequency Analysis ; CHECK-NEXT: Optimization Remark Emitter |