[all-commits] [llvm/llvm-project] 06f22c: [mlir][ArmSME] Add `enable_arm_streaming_ignore` a...
Benjamin Maxwell via All-commits
all-commits at lists.llvm.org
Fri Sep 22 03:28:08 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 06f22c9ae523e194fc791f4734ffe9c11cf6d6a0
https://github.com/llvm/llvm-project/commit/06f22c9ae523e194fc791f4734ffe9c11cf6d6a0
Author: Benjamin Maxwell <benjamin.maxwell at arm.com>
Date: 2023-09-22 (Fri, 22 Sep 2023)
Changed paths:
M mlir/lib/Dialect/ArmSME/Transforms/EnableArmStreaming.cpp
M mlir/test/Dialect/ArmSME/enable-arm-streaming.mlir
Log Message:
-----------
[mlir][ArmSME] Add `enable_arm_streaming_ignore` attribute (#66911)
This attribute makes the `enable_arm_streaming` pass ignore a function
(i.e. not add the enable streaming/za attributes). The main use case for
this is to prevent helper functions within tests being made streaming
functions.
More information about the All-commits
mailing list