[PATCH] D58191: [DebugInfo] Make postra sinking of DBG_VALUEs safe in the presence of subregisters
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 13 09:26:28 PST 2019
aprantl added inline comments.
================
Comment at: lib/CodeGen/MachineSink.cpp:1208
+ DbgValsToSink.insert(DbgValsToSink.begin(), DbgValsToSinkSet.begin(),
+ DbgValsToSinkSet.end());
----------------
I think you may need to sort here to avoid nondeterministic output when iterating over a Set?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58191/new/
https://reviews.llvm.org/D58191
More information about the llvm-commits
mailing list