[PATCH] D98602: [SCCP] Avoid modifying AdditionalUsers while iterating over it

Dimitry Andric via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 20 14:09:40 PDT 2021


dim updated this revision to Diff 332128.
dim added a comment.

Added a bugpoint-reduced test case. (I could only get clang and opt to
trigger errors on a Linux machine by building with
`LLVM_USE_SANITIZER=Address`.)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98602/new/

https://reviews.llvm.org/D98602

Files:
  llvm/test/Transforms/SCCP/pr49582-iterator-invalidation.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98602.332128.patch
Type: text/x-patch
Size: 35672 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210320/556e0a09/attachment.bin>


More information about the llvm-commits mailing list