jacobly0 / llvm-project

This fork of the canonical git mirror of the LLVM subversion repository adds (e)Z80 targets. Please refer to the wiki for important build instructions.
https://github.com/jacobly0/llvm-project/wiki
123 stars 15 forks source link

Add AsmParser support for instructions #7

Closed b-s-a closed 2 years ago

b-s-a commented 4 years ago

Attribute isCodeGenOnly was removed from most of instruction definitions. Now it is possible to start writing AsmParser.

jacobly0 commented 2 years ago

Unfortunately can't be merged until AsmParser is actually written.