Files
clang-p2996/llvm/lib/Target/Sparc/AsmParser
Sergei Barannikov 40aa39d50c [Sparc] Change register spelling to lowercase (NFC) (#65464)
This change allows to simplify SparcAsmParser a bit by delegating some
work (parsing singleton registers) to the code generated by llvm-tblgen.
Other than that, there is no functionality change, because registers are
matched using custom code in SparcAsmParser.cpp and always printed in
lowercase by SparcInstPrinter.
2023-09-07 11:00:50 +03:00
..