[Mlir-commits] [mlir] [mlir][ArmSME] Add `enable_arm_streaming_ignore` attribute (PR #66911)

Cullen Rhodes llvmlistbot at llvm.org
Thu Sep 21 05:20:16 PDT 2023


c-rhodes 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.

I think the test you've added is sufficient.

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


More information about the Mlir-commits mailing list