[llvm] [AArch64][SME]Check streaming mode when using SME2 instruction in fra… (PR #109680)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 25 10:49:20 PDT 2024
CarolineConcatto wrote:
> It should be, the isStreaming() gets its value from AArch64TargetMachine::getSubtargetImpl which sets it if either -force-streaming=true, or if the function has the (locally) streaming attribute.
>
> It's probably worth adding a test-case though.
I believe I added a check for that, but the test for streaming compatible does not use the pair of LD/ST .
What am I missing?
https://github.com/llvm/llvm-project/pull/109680
More information about the llvm-commits
mailing list