[PATCH] D84804: [SROA][Mem2Reg] Use efficient droppable use API (after D83976)
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 28 15:23:50 PDT 2020
jdoerfert added inline comments.
================
Comment at: llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp:325
- while (UI != UE && *UI == UserI)
- ++UI;
-
----------------
FWIW, this was actually broken anyway...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84804/new/
https://reviews.llvm.org/D84804
More information about the llvm-commits
mailing list