[llvm] [PowerPC] Add load/store support for v2048i1 and DMF cryptography instructions (PR #136145)
Lei Huang via llvm-commits
llvm-commits at lists.llvm.org
Thu May 15 15:00:40 PDT 2025
================
@@ -1140,6 +1140,6 @@ def PPCRegDMRpRCAsmOperand : AsmOperandClass {
let PredicateMethod = "isDMRpRegNumber";
}
-def dmrp : RegisterOperand<DMRpRC> {
+def dmrprc : RegisterOperand<DMRpRC> {
----------------
lei137 wrote:
why are we renaming this?
https://github.com/llvm/llvm-project/pull/136145
More information about the llvm-commits
mailing list