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

Bill Wendling via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 9 12:28:30 PDT 2022


void 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" }
----------------
peterwaller-arm wrote:
> Thanks for addressing the SVE case. Please can we have `target-features=+sve` tests as well?
> Thanks for addressing the SVE case. Please can we have `target-features=+sve` tests as well?

Yes. :-) I'm working on a few other clean-up things so they'll be coming soon.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124836



More information about the cfe-commits mailing list