summaryrefslogtreecommitdiff
path: root/mlir/test/Target/LLVMIR/Import/function-attributes.ll
diff options
context:
space:
mode:
Diffstat (limited to 'mlir/test/Target/LLVMIR/Import/function-attributes.ll')
-rw-r--r--mlir/test/Target/LLVMIR/Import/function-attributes.ll8
1 files changed, 8 insertions, 0 deletions
diff --git a/mlir/test/Target/LLVMIR/Import/function-attributes.ll b/mlir/test/Target/LLVMIR/Import/function-attributes.ll
index bf9d746f6c0b..f76e72938096 100644
--- a/mlir/test/Target/LLVMIR/Import/function-attributes.ll
+++ b/mlir/test/Target/LLVMIR/Import/function-attributes.ll
@@ -212,6 +212,14 @@ define void @locally_streaming_func() "aarch64_pstate_sm_body" {
// -----
+; CHECK-LABEL: @streaming_compatible_func
+; CHECK-SAME: attributes {arm_streaming_compatible}
+define void @streaming_compatible_func() "aarch64_pstate_sm_compatible" {
+ ret void
+}
+
+// -----
+
; CHECK-LABEL: @section_func
; CHECK-SAME: attributes {section = ".section.name"}
define void @section_func() section ".section.name" {