[PATCH] D124836: [AArch64] Add support for -fzero-call-used-regs

Peter Waller via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 9 01:29:58 PDT 2022


peterwaller-arm added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/zero-call-used-regs.ll:233
+
+attributes #0 = { mustprogress nofree norecurse nosync nounwind readnone willreturn uwtable "frame-pointer"="non-leaf" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="generic" "target-features"="+neon,+v8a" }
----------------
Thanks for addressing the SVE case. Please can we have `target-features=+sve` tests as well?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124836



More information about the llvm-commits mailing list