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

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Wed May 15 08:22:46 PDT 2024


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

UTC as in llvm/utils/update_test_checks.py to automatically generate CHECK lines

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


More information about the llvm-commits mailing list