Revert "[gicombiner] Add GIMatchTree and use it for the code generation"
authorDaniel Sanders <daniel_l_sanders@apple.com>
Sat, 4 Jan 2020 02:13:50 +0000 (18:13 -0800)
committerDaniel Sanders <daniel_l_sanders@apple.com>
Sat, 4 Jan 2020 02:17:00 +0000 (18:17 -0800)
commit5d304d68dd5f3a7ebd8b2d700761d6bb2de64af8
tree8d4a0611589c9b9c017ee349b0fe917dd01cd92e
parentdf71f92fbb7c96cfd36d247ae6fb6929cb9bce35
Revert "[gicombiner] Add GIMatchTree and use it for the code generation"

All the windows bots are failing match-tree.td and there's no obvious cause that
I can see. It's not just the %p formatting problem. My best guess is that
there's an ordering issue too but I'll need further information to figure that
out. Revert while I'm investigating.

This reverts commit 64f1bb5cd2c6d69af7c74ec68840029603560238 and 77d4b5f5feff663e70b347516cc4c77fa5cd2a20
13 files changed:
llvm/include/llvm/Target/GlobalISel/Combine.td
llvm/test/TableGen/GICombinerEmitter/match-tree.td [deleted file]
llvm/utils/TableGen/GICombinerEmitter.cpp
llvm/utils/TableGen/GlobalISel/CMakeLists.txt
llvm/utils/TableGen/GlobalISel/GIMatchDag.h
llvm/utils/TableGen/GlobalISel/GIMatchDagEdge.cpp
llvm/utils/TableGen/GlobalISel/GIMatchDagEdge.h
llvm/utils/TableGen/GlobalISel/GIMatchDagInstr.h
llvm/utils/TableGen/GlobalISel/GIMatchDagPredicate.cpp
llvm/utils/TableGen/GlobalISel/GIMatchDagPredicate.h
llvm/utils/TableGen/GlobalISel/GIMatchDagPredicateDependencyEdge.cpp
llvm/utils/TableGen/GlobalISel/GIMatchTree.cpp [deleted file]
llvm/utils/TableGen/GlobalISel/GIMatchTree.h [deleted file]