[llvm] [Transform] Clean up strlen loop idiom (PR #132421)
Henry Jiang via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 21 12:14:15 PDT 2025
================
@@ -1,4 +1,4 @@
-; RUN: opt -passes='loop(loop-idiom),verify' < %s -S | FileCheck %s
----------------
mustartt wrote:
https://github.com/llvm/llvm-project/pull/131412#discussion_r2007836008
I also verified that `verify` is already scheduled at the end of the pipeline.
https://github.com/llvm/llvm-project/pull/132421
More information about the llvm-commits
mailing list