[PATCH] D133896: [AArch64][SME] Add codegen pass to handle ZA state in arm_new_za functions.

Cullen Rhodes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 15 07:08:47 PDT 2023


c-rhodes added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/sme-new-za-function.ll:2
+; RUN: opt -S -mtriple=aarch64-linux-gnu -aarch64-sme-abi %s | FileCheck %s
+; RUN: opt -S -mtriple=aarch64-linux-gnu -aarch64-sme-abi -aarch64-sme-abi %s | FileCheck %s
+
----------------
sdesmalen wrote:
> c-rhodes wrote:
> > Is there a reason for specifying the pass twice? 
> We added it to test that running the pass more than once leads to the same IR.
> We added it to test that running the pass more than once leads to the same IR.

Ah ok! Thanks for clarifying, thought it might have been a mistake.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133896/new/

https://reviews.llvm.org/D133896



More information about the llvm-commits mailing list