diff options
author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2017-10-11 15:59:51 +0000 |
---|---|---|
committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2017-10-11 15:59:51 +0000 |
commit | 12bdcab59c7ed91475b2f9cd25f45e72b5d1f9f1 (patch) | |
tree | d050f64fca87108c93a6bd93eb27bf4893b42a6a /llvm/lib/CodeGen/StackProtector.cpp | |
parent | 3a03a7f6365ae85644ed61a6c6d45bdb8da77305 (diff) | |
download | llvm-12bdcab59c7ed91475b2f9cd25f45e72b5d1f9f1.zip llvm-12bdcab59c7ed91475b2f9cd25f45e72b5d1f9f1.tar.gz llvm-12bdcab59c7ed91475b2f9cd25f45e72b5d1f9f1.tar.bz2 |
[Pipeliner] Fix offset value for instrs dependent on post-inc load/stores
The software pipeliner and the packetizer try to break dependence
between the post-increment instruction and the dependent memory
instructions by changing the base register and the offset value.
However, in some cases, the existing logic didn't work properly
and created incorrect offset value.
Patch by Jyotsna Verma.
llvm-svn: 315468
Diffstat (limited to 'llvm/lib/CodeGen/StackProtector.cpp')
0 files changed, 0 insertions, 0 deletions