[llvm] [AArch64] Add assembly/disassembly for SVE_AES2 instructions (PR #113307)
Jonathan Thackray via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 22 05:44:06 PDT 2024
================
@@ -73,7 +73,7 @@ def SVEUnsupported : AArch64Unsupported {
SVE2Unsupported.F);
}
-let F = [HasSME2p1, HasSVE2p1_or_HasSME2p1] in
+let F = [HasSME2p1, HasSVE2p1_or_HasSME2p1, HasSVE2p1orSSVE_AES] in
----------------
jthackray wrote:
The existing label `HasSVE2p1_or_HasSME2p1` is easier to read with underscores. To be consistent, could this be `HasSVE2p1_or_HasSSVE_AES`?
https://github.com/llvm/llvm-project/pull/113307
More information about the llvm-commits
mailing list