summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/CountingFunctionInserter.cpp
diff options
context:
space:
mode:
authorHuihui Zhang <huihuiz@codeaurora.org>2017-04-06 20:22:51 +0000
committerHuihui Zhang <huihuiz@codeaurora.org>2017-04-06 20:22:51 +0000
commit98240e964366419bdbdb34706811f44e705d6786 (patch)
tree36e5ad33508c2dbe3203fd06b87cc2499cbe8408 /llvm/lib/CodeGen/CountingFunctionInserter.cpp
parent90fccec5ee30d1b782656114caf606738cb2d061 (diff)
downloadbcm5719-llvm-98240e964366419bdbdb34706811f44e705d6786.tar.gz
bcm5719-llvm-98240e964366419bdbdb34706811f44e705d6786.zip
[SelectionDAG] [ARM CodeGen] Fix chain information of LowerMUL
In LowerMUL, the chain information is not preserved for the new created Load SDNode. For example, if a Store alias with one of the operand of Mul. The Load for that operand need to be scheduled before the Store. The dependence is recorded in the chain of Store, in TokenFactor. However, when lowering MUL, the SDNodes for the new Loads for VMULL are not updated in the TokenFactor for the Store. Thus the chain is not preserved for the lowered VMULL. llvm-svn: 299701
Diffstat (limited to 'llvm/lib/CodeGen/CountingFunctionInserter.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud