We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7037d11 commit aa7f0e6Copy full SHA for aa7f0e6
llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
@@ -758,7 +758,6 @@ struct DSEState {
758
SmallPtrSet<MemoryAccess *, 4> SkipStores;
759
// Keep track of all of the objects that are invisible to the caller before
760
// the function returns.
761
- // SmallPtrSet<const Value *, 16> InvisibleToCallerBeforeRet;
762
DenseMap<const Value *, bool> InvisibleToCallerBeforeRet;
763
// Keep track of all of the objects that are invisible to the caller after
764
0 commit comments