Files
clang-p2996/mlir/test/lib/Dialect/ArmSME
Benjamin Maxwell d319fc41d0 [mlir][ArmSME] Add option to only enable streaming mode for scalable code (#94759)
This adds a new option
`-enable-arm-streaming=if-contains-scalable-vectors`, which only applies
the selected streaming/ZA modes if the function contains scalable vector
types.

As a NFC this patch also removes the `only-` prefix from the
`if-required-by-ops` mode.
2024-06-10 12:02:16 +01:00
..