[Mlir-commits] [mlir] [mlir][ArmSME] Make use of backend function attributes for enabling ZA storage (PR #71044)

Benjamin Maxwell llvmlistbot at llvm.org
Wed Nov 8 05:54:15 PST 2023


================
@@ -1583,7 +1583,8 @@ static void processPassthroughAttrs(llvm::Function *func, LLVMFuncOp funcOp) {
     // explicit attribute.
     // Also skip the vscale_range, it is also an explicit attribute.
----------------
MacDue wrote:

I've reworked this to a `ExplicitAttributes` list rather than this ever-growing 'or' expression :+1: 


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


More information about the Mlir-commits mailing list