[llvm] Adding support in llvm-exegesis for Aarch64 for handling FPR64/128, PPR16 and ZPR128 reg class. (PR #127564)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 28 09:17:49 PST 2025
================
@@ -0,0 +1,45 @@
+; REQUIRES: aarch64-registered-target
+
+# PPR REGISTER CLASS INITIALIZATION TESTCASE
----------------
boomanaiden154 wrote:
Why are all of the comments capitalized now?
Also, generally comments are distinguished from RUN/CHECK lines by using two line start characters (eg `##` or `;;` rather than using different comment characters for different line types.
https://github.com/llvm/llvm-project/pull/127564
More information about the llvm-commits
mailing list