[llvm] [DSE] Simpily if condition (NFC) (PR #137777)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 29 05:26:51 PDT 2025


================
@@ -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


More information about the llvm-commits mailing list