[PATCH] D98602: [SCCP] Avoid modifying AdditionalUsers while iterating over it
Dimitry Andric via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 2 10:07:41 PDT 2021
dim added inline comments.
================
Comment at: llvm/test/Transforms/SCCP/pr49582-iterator-invalidation.ll:853
+; Function Attrs: nofree nosync nounwind willreturn
+declare void @llvm.assume(i1 noundef) #1
+
----------------
fhahn wrote:
> tiniest nit: drop `#1`.
> tiniest nit: drop `#1`.
Thanks, I added this in the actual commit.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98602/new/
https://reviews.llvm.org/D98602
More information about the llvm-commits
mailing list