[Mlir-commits] [mlir] [mlir][ArmSME] Add `enable_arm_streaming_ignore` attribute (PR #66911)
Benjamin Maxwell
llvmlistbot at llvm.org
Thu Sep 21 05:17:43 PDT 2023
MacDue wrote:
> > The main use case for this is to prevent helper functions within tests being made streaming functions.
>
> Any chance to add a test that would demonstrate this?
I'm not sure what that'd be other than the test here (which shows the streaming attributes are not added no matter what `enable_arm_streaming` flags you set). In #66691 I use this attribute on helper functions within tests.
https://github.com/llvm/llvm-project/pull/66911
More information about the Mlir-commits
mailing list