================
@@ -1210,13 +1210,11 @@ struct DSEState {
bool isInvisibleToCallerAfterRet(const Value *V) {
if (isa<AllocaInst>(V))
return true;
+
----------------
fhahn wrote:
unrelated change?
https://github.com/llvm/llvm-project/pull/137777