[all-commits] [llvm/llvm-project] 5d304d: Revert "[gicombiner] Add GIMatchTree and use it fo...
Daniel Sanders via All-commits
all-commits at lists.llvm.org
Fri Jan 3 18:17:13 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5d304d68dd5f3a7ebd8b2d700761d6bb2de64af8
https://github.com/llvm/llvm-project/commit/5d304d68dd5f3a7ebd8b2d700761d6bb2de64af8
Author: Daniel Sanders <daniel_l_sanders at apple.com>
Date: 2020-01-03 (Fri, 03 Jan 2020)
Changed paths:
M llvm/include/llvm/Target/GlobalISel/Combine.td
R llvm/test/TableGen/GICombinerEmitter/match-tree.td
M llvm/utils/TableGen/GICombinerEmitter.cpp
M llvm/utils/TableGen/GlobalISel/CMakeLists.txt
M llvm/utils/TableGen/GlobalISel/GIMatchDag.h
M llvm/utils/TableGen/GlobalISel/GIMatchDagEdge.cpp
M llvm/utils/TableGen/GlobalISel/GIMatchDagEdge.h
M llvm/utils/TableGen/GlobalISel/GIMatchDagInstr.h
M llvm/utils/TableGen/GlobalISel/GIMatchDagPredicate.cpp
M llvm/utils/TableGen/GlobalISel/GIMatchDagPredicate.h
M llvm/utils/TableGen/GlobalISel/GIMatchDagPredicateDependencyEdge.cpp
R llvm/utils/TableGen/GlobalISel/GIMatchTree.cpp
R llvm/utils/TableGen/GlobalISel/GIMatchTree.h
Log Message:
-----------
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
More information about the All-commits
mailing list