![]() In `GIMatchTreeOpcodePartitioner::applyForPartition()`, the loop over the possible leaves skip a leaf if the instruction does not care about the instruction. When processing the referenced operands in the next loop the same leaves need to be skipped. Later, when these leaves are added to all partitions, the bit vector must be resized first before the bit representing the leaf is set. This fixes a crash in llvm-tblgen. Reviewed By: arsenm Differential Revision: https://reviews.llvm.org/D134192 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
CodeExpander.cpp | ||
CodeExpander.h | ||
CodeExpansions.h | ||
GIMatchDag.cpp | ||
GIMatchDag.h | ||
GIMatchDagEdge.cpp | ||
GIMatchDagEdge.h | ||
GIMatchDagInstr.cpp | ||
GIMatchDagInstr.h | ||
GIMatchDagOperands.cpp | ||
GIMatchDagOperands.h | ||
GIMatchDagPredicate.cpp | ||
GIMatchDagPredicate.h | ||
GIMatchDagPredicateDependencyEdge.cpp | ||
GIMatchDagPredicateDependencyEdge.h | ||
GIMatchTree.cpp | ||
GIMatchTree.h |