This is an archive of the discontinued LLVM Phabricator instance.

[TableGen] Allow mnemonics aliases with uppercase
ClosedPublic

Authored by paperchalice on Feb 15 2021, 12:13 AM.

Details

Summary

Improves rG3cf7efec986d. Let applyMnemonicAliases work correctly when mnemonic and mnemonic alias contain uppercase characters.

Diff Detail

Event Timeline

paperchalice requested review of this revision.Feb 15 2021, 12:13 AM
paperchalice created this revision.

This looks straightforward. Did you build all the targets and make sure the .inc files didn't change?

All inc under Target not are not changed

change directory layout to monorepo

Looks good to me.

This revision is now accepted and ready to land.Feb 16 2021, 4:39 AM
paperchalice added a comment.EditedApr 7 2021, 2:07 AM

Sorry, I don't have commit access. Thanks in advance if someone can commit the change. @Paul-C-Anagnostopoulos

I will push this revision in the next few days.

I am pushing this revision today.