This patch allows $AT to be used as a register name in assembly files. Currently only $at is recognized as a valid register name.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Nit inlined.
Also you should extend test/MC/Mips/mips64-register-names-{n32-n64,o32}.s .
LGTM with those nits addressed.
lib/Target/Mips/AsmParser/MipsAsmParser.cpp | ||
---|---|---|
5109–5110 ↗ | (On Diff #103026) | .Cases("at", "AT", 1) instead. |