aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineOperand.cpp
diff options
context:
space:
mode:
authorMax Kazantsev <max.kazantsev@azul.com>2019-02-08 08:12:41 +0000
committerMax Kazantsev <max.kazantsev@azul.com>2019-02-08 08:12:41 +0000
commit6b63d3a27709e8b9165b77819cb21696791339e6 (patch)
tree2f56ad74e044ec3b6b1a28c8b4c3499aed2f35bd /llvm/lib/CodeGen/MachineOperand.cpp
parent5b09834bc364313e48cc54dccd8f251232d84b65 (diff)
downloadllvm-6b63d3a27709e8b9165b77819cb21696791339e6.zip
llvm-6b63d3a27709e8b9165b77819cb21696791339e6.tar.gz
llvm-6b63d3a27709e8b9165b77819cb21696791339e6.tar.bz2
[LoopSimplifyCFG] Use DTU.applyUpdates instead of insert/deleteEdge
`insert/deleteEdge` methods in DTU can make updates incorrectly in some cases (see https://bugs.llvm.org/show_bug.cgi?id=40528), and it is recommended to use `applyUpdates` methods instead when it is needed to make a mass update in CFG. Differential Revision: https://reviews.llvm.org/D57316 Reviewed By: kuhar llvm-svn: 353502
Diffstat (limited to 'llvm/lib/CodeGen/MachineOperand.cpp')
0 files changed, 0 insertions, 0 deletions