diff options
author | Derek Schuff <dschuff@google.com> | 2016-02-16 21:44:19 +0000 |
---|---|---|
committer | Derek Schuff <dschuff@google.com> | 2016-02-16 21:44:19 +0000 |
commit | f8f8f093aa8ba0ded2ff102d3681df11b8e68c67 (patch) | |
tree | 91addacae3a431e065724490a0a682bc65fc7d21 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 106fedab6f7ea001eb95e7f42cfc67b046ec3049 (diff) | |
download | llvm-f8f8f093aa8ba0ded2ff102d3681df11b8e68c67.zip llvm-f8f8f093aa8ba0ded2ff102d3681df11b8e68c67.tar.gz llvm-f8f8f093aa8ba0ded2ff102d3681df11b8e68c67.tar.bz2 |
[WebAssemly] Don't move calls or stores past intervening loads
The register stackifier currently checks for intervening stores (and
loads that may alias them) but doesn't account for the fact that the
instruction being moved may affect intervening loads.
Differential Revision: http://reviews.llvm.org/D17298
llvm-svn: 261014
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions