Associate a MemOperand with LDWCP nodes introduced during ISel.
authorRichard Osborne <richard@xmos.com>
Mon, 12 Sep 2011 14:43:23 +0000 (14:43 +0000)
committerRichard Osborne <richard@xmos.com>
Mon, 12 Sep 2011 14:43:23 +0000 (14:43 +0000)
commita1d16b53e847a97846ad5df293ae1cfc3091a092
treebdbf06cd38d02e2801e5c9e635049653c953bd28
parent2cb6c1bd20ddcf27da5fb50a8a74a97a9d3010fb
Associate a MemOperand with LDWCP nodes introduced during ISel.

This information is required if we want LDWCP to be hoisted out of loops.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139495 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/XCore/XCoreISelDAGToDAG.cpp
test/CodeGen/XCore/licm-ldwcp.ll [new file with mode: 0644]