diff options
author | Max Kazantsev <mkazantsev@azul.com> | 2022-12-06 16:35:45 +0700 |
---|---|---|
committer | Max Kazantsev <mkazantsev@azul.com> | 2022-12-06 17:02:26 +0700 |
commit | 6dac170140d09c23b305558939dc45416f0ec865 (patch) | |
tree | 19f72673b625822801e713c86ceedcfcc7b5b99e /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | 1d9f0145905daf0c2e05b829a7b4842c616d9e3e (diff) | |
download | llvm-6dac170140d09c23b305558939dc45416f0ec865.zip llvm-6dac170140d09c23b305558939dc45416f0ec865.tar.gz llvm-6dac170140d09c23b305558939dc45416f0ec865.tar.bz2 |
[SCEVExpander] Support cost evaluation of several SCEVs with same budget
This is a follow-up from discussion in D138412. Sometimes we want to evaluate
the cost of expansion of several SCEVs together with same budget. For example,
if one of them is a bit above cheap limit, and the second one is free, then
we still want to expand. Checking each of them with "cheap" limit is a bit more
pessimistic.
Differential Revision: https://reviews.llvm.org/D138475
Reviewed By: lebedev.ri
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions