diff options
Diffstat (limited to 'llvm/test/Other/opt-Os-pipeline.ll')
-rw-r--r-- | llvm/test/Other/opt-Os-pipeline.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/Other/opt-Os-pipeline.ll b/llvm/test/Other/opt-Os-pipeline.ll index b9902685b88..81c095b20f0 100644 --- a/llvm/test/Other/opt-Os-pipeline.ll +++ b/llvm/test/Other/opt-Os-pipeline.ll @@ -151,6 +151,9 @@ ; CHECK-NEXT: Scalar Evolution Analysis ; CHECK-NEXT: Loop Pass Manager ; CHECK-NEXT: Loop Invariant Code Motion +; CHECK-NEXT: Merge contiguous icmps into a memcmp +; CHECK-NEXT: Expand memcmp() to load/stores +; CHECK-NEXT: Early CSE ; CHECK-NEXT: Post-Dominator Tree Construction ; CHECK-NEXT: Aggressive Dead Code Elimination ; CHECK-NEXT: Simplify the CFG |