[Mlir-commits] [mlir] [MLIR] Adding 'no_inline' and 'always_inline' attributes on LLMV::CallOp (PR #133726)
Christian Ulmann
llvmlistbot at llvm.org
Mon Mar 31 07:30:57 PDT 2025
================
@@ -2621,6 +2621,35 @@ llvm.func @willreturn_call() {
// CHECK: #[[ATTRS]]
// CHECK-SAME: willreturn
+// -----
+
+llvm.func @f()
+
+// CHECK-LABEL: @no_inline_call
+// CHECK-SAME: #[[ATTRS:[0-9]+]]
----------------
Dinistro wrote:
This seems incorrect. This should check for the call operation, not the function, or am I missing something?
https://github.com/llvm/llvm-project/pull/133726
More information about the Mlir-commits
mailing list