diff options
author | River Riddle <riddleriver@gmail.com> | 2020-04-26 21:28:32 -0700 |
---|---|---|
committer | River Riddle <riddleriver@gmail.com> | 2020-04-26 21:34:02 -0700 |
commit | 1956a8a7cb79e94dbe073e36eba2d6b003f91046 (patch) | |
tree | d9f6b34b001b55b2b16bfb0029fd24fa5bf84402 /lldb/source/Commands/CommandObjectBreakpoint.cpp | |
parent | 4dfd1b5fcb7316d5e8393183dd303352ca65d4ac (diff) | |
download | llvm-1956a8a7cb79e94dbe073e36eba2d6b003f91046.zip llvm-1956a8a7cb79e94dbe073e36eba2d6b003f91046.tar.gz llvm-1956a8a7cb79e94dbe073e36eba2d6b003f91046.tar.bz2 |
[mlir] Don't allocate an operand storage if the operation is known to never have operands
Certain classes of operations, such as FuncOp, are known to never have operands. This revision adds a bit to operation to detect this case and avoid allocating the unnecessary operand storage. This saves 1 word for each instance of these operations.
Differential Revision: https://reviews.llvm.org/D78876
Diffstat (limited to 'lldb/source/Commands/CommandObjectBreakpoint.cpp')
0 files changed, 0 insertions, 0 deletions