diff options
author | Daniel Sanders <daniel_l_sanders@apple.com> | 2017-07-05 14:50:18 +0000 |
---|---|---|
committer | Daniel Sanders <daniel_l_sanders@apple.com> | 2017-07-05 14:50:18 +0000 |
commit | a6cfce6863a5a3f89e6674db7d58b9eb75b90a58 (patch) | |
tree | b04dcf4c087ad88dd0d0343dda671cf2b17e2807 /lldb/packages/Python/lldbsuite/test/python_api | |
parent | b78adec6386d4e375177cb1ae100b8d439290cae (diff) | |
download | bcm5719-llvm-a6cfce6863a5a3f89e6674db7d58b9eb75b90a58.tar.gz bcm5719-llvm-a6cfce6863a5a3f89e6674db7d58b9eb75b90a58.zip |
[globalisel][tablegen] Finish fixing compile-time regressions by merging the matcher and emitter state machines.
Summary:
Also, made a few minor tweaks to shave off a little more cumulative memory consumption:
* All rules share a single NewMIs instead of constructing their own. Only one
will end up using it.
* Use MIs.resize(1) instead of MIs.clear();MIs.push_back(I) and prevent
GIM_RecordInsn from changing MIs[0].
Depends on D33764
Reviewers: rovka, vitalybuka, ab, t.p.northover, qcolombet, aditya_nandakumar
Reviewed By: ab
Subscribers: kristof.beyls, igorb, llvm-commits
Differential Revision: https://reviews.llvm.org/D33766
llvm-svn: 307159
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api')
0 files changed, 0 insertions, 0 deletions