]> granicus.if.org Git - llvm/commit
[Hexagon] Fix zero latency instructions with multiple predecessors
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>
Mon, 18 Jul 2016 14:23:10 +0000 (14:23 +0000)
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>
Mon, 18 Jul 2016 14:23:10 +0000 (14:23 +0000)
commit9547556e81a8dd766b942429d7d7f7f64ad67f86
treeac621c41d687b502b9a44ef4935603e8d6cfe4c1
parent46f9c274d1282ab9c89816a6be60c5429d18668e
[Hexagon] Fix zero latency instructions with multiple predecessors

An instruction may have multiple predecessors that are candidates
for using .cur. However, only one of them can use .cur in the
packet. When this case occurs, we need to make sure that only
one of the dependences gets a 0 latency value.

Patch by Brendon Cahoon.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@275790 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Hexagon/HexagonMachineScheduler.cpp
lib/Target/Hexagon/HexagonSubtarget.cpp
lib/Target/Hexagon/HexagonSubtarget.h
test/CodeGen/Hexagon/eliminate-pred-spill.ll