[llvm] [NFC][PowerPC] Use tablegen's MatchRegisterName() (PR #111553)

Lei Huang via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 11 12:03:39 PST 2025


lei137 wrote:

> > > I might be missing something,
> > 
> > 
> > `MCRegister RegNo = MatchRegisterName(Name);`
> > With a brief look at the generated code it seems to me that it matches only lower case names.
> 
> Yes, I think that's the issue.

That behaviour have not changed AFAIK.

https://github.com/llvm/llvm-project/pull/111553


More information about the llvm-commits mailing list