diff options
| author | Francis Visoiu Mistrih <francisvm@yahoo.com> | 2018-06-05 00:27:24 +0000 |
|---|---|---|
| committer | Francis Visoiu Mistrih <francisvm@yahoo.com> | 2018-06-05 00:27:24 +0000 |
| commit | ca69b3bf6d91d633737682234f2ab0efe542ab22 (patch) | |
| tree | 59fa72befebc419fbc1a1f384621fa3516e98cfc /llvm/test/CodeGen/X86/O3-pipeline.ll | |
| parent | 34b6798ee21d046ceeb3689c9e42e82514986078 (diff) | |
| download | bcm5719-llvm-ca69b3bf6d91d633737682234f2ab0efe542ab22.tar.gz bcm5719-llvm-ca69b3bf6d91d633737682234f2ab0efe542ab22.zip | |
[ShrinkWrap] Add optimization remarks to the shrink-wrapping pass
Start by emitting remarks for very basic unsupported cases such as
irreducible CFGs and EHFunclets. The end goal is to be able to cover all
the cases where we give up with an explanation.
llvm-svn: 333972
Diffstat (limited to 'llvm/test/CodeGen/X86/O3-pipeline.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/O3-pipeline.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/O3-pipeline.ll b/llvm/test/CodeGen/X86/O3-pipeline.ll index 080dce8ca13..cf1e5036bd5 100644 --- a/llvm/test/CodeGen/X86/O3-pipeline.ll +++ b/llvm/test/CodeGen/X86/O3-pipeline.ll @@ -125,9 +125,9 @@ ; CHECK-NEXT: PostRA Machine Sink ; CHECK-NEXT: Machine Block Frequency Analysis ; CHECK-NEXT: MachinePostDominator Tree Construction -; CHECK-NEXT: Shrink Wrapping analysis ; CHECK-NEXT: Lazy Machine Block Frequency Analysis ; CHECK-NEXT: Machine Optimization Remark Emitter +; CHECK-NEXT: Shrink Wrapping analysis ; CHECK-NEXT: Prologue/Epilogue Insertion & Frame Finalization ; CHECK-NEXT: Control Flow Optimizer ; CHECK-NEXT: Tail Duplication |

