[llvm] [LoopUnroll] Remove redundant debug instructions after blocks have been merged (PR #91246)
via llvm-commits
llvm-commits at lists.llvm.org
Mon May 13 06:20:23 PDT 2024
================
@@ -0,0 +1,45 @@
+; RUN: opt < %s -S -passes=loop-unroll | FileCheck %s
----------------
coderchenlin wrote:
Thanks, keep all the CHECK lines.
https://github.com/llvm/llvm-project/pull/91246
More information about the llvm-commits
mailing list