[llvm] [AArch64][SME] Remove unused ZA lazy-save (PR #81648)

Sander de Smalen via llvm-commits llvm-commits at lists.llvm.org
Fri May 17 05:41:01 PDT 2024


================
@@ -444,6 +444,8 @@ enum NodeType : unsigned {
   // SME
   RDSVL,
   REVD_MERGE_PASSTHRU,
+  EXPAND_ZA_BUFFER,
----------------
sdesmalen-arm wrote:

nit: can we rename 'Expand ZA' to 'Allocate ZA' throughout this PR?

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


More information about the llvm-commits mailing list