diff options
author | Kai Luo <lkail@cn.ibm.com> | 2021-06-25 01:43:31 +0000 |
---|---|---|
committer | Kai Luo <lkail@cn.ibm.com> | 2021-06-25 02:05:19 +0000 |
commit | b904574b3dbdf8e4bc9ebcdfa11144fae5c87aaa (patch) | |
tree | cea4607c53b299a8a2d0ee48ba629af528ae30cf /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | f3ef4f5bff26ac4196a15dad7773a03b9d6df21d (diff) | |
download | llvm-b904574b3dbdf8e4bc9ebcdfa11144fae5c87aaa.zip llvm-b904574b3dbdf8e4bc9ebcdfa11144fae5c87aaa.tar.gz llvm-b904574b3dbdf8e4bc9ebcdfa11144fae5c87aaa.tar.bz2 |
[PowerPC] Move PPCBranchSelector as close to asm printer as possible
Currently, PPCBranchSelector is not immediately preceding asm printer pass. `-debug-pass=Structure` gives
```
PowerPC Branch Selector
Contiguously Lay Out Funclets
StackMap Liveness Analysis
Live DEBUG_VALUE analysis
Lazy Machine Block Frequency Analysis
Machine Optimization Remark Emitter
Linux PPC Assembly Printer
```
After the patch
```
Contiguously Lay Out Funclets
StackMap Liveness Analysis
Live DEBUG_VALUE analysis
PowerPC Branch Selector
Lazy Machine Block Frequency Analysis
Machine Optimization Remark Emitter
Linux PPC Assembly Printer
```
Reviewed By: nemanjai, #powerpc
Differential Revision: https://reviews.llvm.org/D104762
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions