[PATCH] D133896: [AArch64][SME] Add codegen pass to handle ZA state in arm_new_za functions.
Bryan Chan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 3 14:44:59 PDT 2022
bryanpkc added inline comments.
================
Comment at: llvm/lib/Target/AArch64/SMEABIPass.cpp:1
+//===--------- SMEABI - SME ABI-------------------------------------------===//
+//
----------------
NIT: There should be one fewer space between "SME" and "ABI", and there should be one space after "ABI".
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133896/new/
https://reviews.llvm.org/D133896
More information about the llvm-commits
mailing list