[PATCH] D39034: [WIP][GlobalISel][TableGen] Optimize MatchTable for faster instruction selection
Quentin Colombet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 8 13:55:36 PST 2017
qcolombet updated this revision to Diff 126205.
qcolombet marked 5 inline comments as done.
qcolombet added a comment.
- Address nitpicks
- Push InsnID and OpIdx in addPredicate
- Bail on sharing when InsnID != 0 or OpIdx is specified
- Make NumOperands a member variable instead of computed from the size of the list
Repository:
rL LLVM
https://reviews.llvm.org/D39034
Files:
utils/TableGen/GlobalISelEmitter.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39034.126205.patch
Type: text/x-patch
Size: 37524 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171208/0ea61dc8/attachment-0001.bin>
More information about the llvm-commits
mailing list