This is mostly done now. The subset of A64 that we've chosen is documented in doc/arm.md. The implementation is in target::aarch64. There is no ARM-specific optimizer yet (that's #32).
Writing the ARM backend has taken about four weeks (part time) so far.
This is mostly done now. The subset of A64 that we've chosen is documented in
doc/arm.md
. The implementation is intarget::aarch64
. There is no ARM-specific optimizer yet (that's #32).Writing the ARM backend has taken about four weeks (part time) so far.