Issue 135379
Summary [X86][Tablegen] ISA tablegen naming convention for record needs update
Labels new issue
Assignees
Reporter mahesh-attarde
    In X86 Target we have followed convention of adding suffix at end of ISA record name to differentiate ISA with register only , reg-memory operand. For two register operand we have used "rr", in some case we have "rri" and "rmi". To differentiate with mask suffix "k" is used.
This is consistent until recently we have 4 operand ISA instances and tablegen records still show incorrect naming.
e.g. VSM3RNDS2 has 4 operands we have suffix VSM3RNDS2rmi instead of VSM3RNDS2rrmi 
![Image](https://github.com/user-attachments/assets/e6b32ec4-e723-4664-b51c-5cec2169bbc9)

_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to