diff options
author | Jessica Paquette <jpaquette@apple.com> | 2018-09-10 22:24:10 +0000 |
---|---|---|
committer | Jessica Paquette <jpaquette@apple.com> | 2018-09-10 22:24:10 +0000 |
commit | 54fbfaeaceb766d8057ff0a92637504ba2fde584 (patch) | |
tree | ce1b223ff75ea77f27521ef713a0e3b6499bc64a /lldb/packages/Python/lldbsuite | |
parent | 7e6c32aa4519b21098807ae4f0255ec0ac4ee0ef (diff) | |
download | bcm5719-llvm-54fbfaeaceb766d8057ff0a92637504ba2fde584.tar.gz bcm5719-llvm-54fbfaeaceb766d8057ff0a92637504ba2fde584.zip |
Add size remarks to MachineFunctionPass
This adds per-function size remarks to codegen, similar to what we have in the
IR layer as of r341588. This only impacts MachineFunctionPasses.
This does the same thing, but for `MachineInstr`s instead of just
`Instructions`. After this, when a `MachineFunctionPass` modifies the number of
`MachineInstr`s in the function it ran on, you'll get a remark.
To enable this, use the size-info analysis remark as before.
llvm-svn: 341876
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
0 files changed, 0 insertions, 0 deletions