You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the last LLVM sync up meeting, we have dicussed the vendor CSR
stuffs, and we realized that we have rule for vendor extenison name and assembly
mnemonic, but no rule for vendor CSR naming scheme yet.
So it's would be great we have one before anyone start to upstream their
own CSR definition.
The naming scheme basically follow the assembly mnemonic - use vendor
prefix, the only difference is use underscore rather than dot, because
it could be used in marco definition, but dot can't, that's an important
character since that allow user to use marco before assmbler support,
and eaiser to migrate to new version once assmbler support.
0 commit comments