[llvm] [LoopUnroll] Ignore inlinable calls if unrolling is forced (#88141) (PR #88149)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 14 21:43:41 PDT 2024


================
@@ -0,0 +1,35 @@
+; RUN: opt -passes=loop-unroll -disable-verify -S < %s | FileCheck %s
----------------
nikic wrote:

Why does this `-disable-verify`?

Please also use UTC.

https://github.com/llvm/llvm-project/pull/88149


More information about the llvm-commits mailing list