(store (op (load ...)), ...)
authorEvan Cheng <evan.cheng@apple.com>
Fri, 27 Jan 2006 22:13:45 +0000 (22:13 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 27 Jan 2006 22:13:45 +0000 (22:13 +0000)
commitc15d18c5015a01336b00e3ba3638fd6a35f68201
treef255c1e8fdb1e9c4976d3a6b79430c5fc870b8c8
parent896811180fd1b807980714f2bf2efc557f5e713d
(store (op (load ...)), ...)
If store's chain operand is load, then use load's chain operand instead. If
it isn't (likely a TokenFactor), then do not allow the folding.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25708 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/DAGISelEmitter.cpp