[PATCH] D86844: [LoopDeletion] Allows deletion of possibly infinite side-effect free loops

Nikita Popov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 30 01:01:35 PST 2020


nikic added inline comments.


================
Comment at: llvm/lib/Transforms/Utils/LoopUtils.cpp:661
+      }
+    }
   }
----------------
These fixes look unrelated. Is it possible to test them separately?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86844/new/

https://reviews.llvm.org/D86844



More information about the cfe-commits mailing list