]> granicus.if.org Git - llvm/commit
Revert r303259 - [globalisel][tablegen] Import rules containing intrinsic_wo_chain.
authorDaniel Sanders <daniel_l_sanders@apple.com>
Mon, 22 May 2017 10:14:33 +0000 (10:14 +0000)
committerDaniel Sanders <daniel_l_sanders@apple.com>
Mon, 22 May 2017 10:14:33 +0000 (10:14 +0000)
commit32e52f525ad3b389d48f8961c279b5e08ba266a7
treebedda1a350896ee0236f5a17b47e7d026859881a
parent11824fc3b43e22a9356dc1286a024b49423da2d2
Revert r303259 - [globalisel][tablegen] Import rules containing intrinsic_wo_chain.

It's causing some buildbots to timeout whenever tablegen needs re-compilation,
particularly those with -fsanitize=memory but not only them. A compile time
regression was expected since it triples the amount of SelectionDAG rules we
are able to import but it's currently too high.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303542 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/GlobalISel/SelectionDAGCompat.td
test/TableGen/GlobalISelEmitter.td
utils/TableGen/GlobalISelEmitter.cpp