[llvm] [AArch64] Add assembly/disassembly for SVE_AES2 instructions (PR #113307)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 22 07:50:54 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
----------------
SpencerAbson wrote:
Good point. This is a wider issue that involves quite a few predicate names, perhaps it is best to save it for a later patch to force them all into a convention?
https://github.com/llvm/llvm-project/pull/113307
More information about the llvm-commits
mailing list