diff options
author | River Riddle <riddleriver@gmail.com> | 2020-04-23 16:23:34 -0700 |
---|---|---|
committer | River Riddle <riddleriver@gmail.com> | 2020-04-23 16:28:55 -0700 |
commit | 48e9ef4320a315ba1f2358db7295d53917a14f4b (patch) | |
tree | 80f71f93de155373e049a814b15580be925c7f90 /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | bd6942eb215ec1ddf8dc2335dfe9df06a5ba1581 (diff) | |
download | llvm-48e9ef4320a315ba1f2358db7295d53917a14f4b.zip llvm-48e9ef4320a315ba1f2358db7295d53917a14f4b.tar.gz llvm-48e9ef4320a315ba1f2358db7295d53917a14f4b.tar.bz2 |
[mlir] Give each OpResult its own use list
This revision removes the multi use-list to ensure that each result gets its own. This decision was made by doing some extensive benchmarking of programs that actually use multiple results. This results in a size increase of 1-word per result >1, but the common case of 1-result remains unaffected. A side benefit is that 0-result operations now shrink by 1-word.
Differential Revision: https://reviews.llvm.org/D78701
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions