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

George Burgess IV via llvm-commits llvm-commits at lists.llvm.org
Mon May 20 10:32:20 PDT 2024


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

Ah, that makes more sense. Thanks

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


More information about the llvm-commits mailing list