Avoid REGISTER-COPY-IF-AVAILABLE and TEMPORARY-COPY-IF-AVAILABLE.
authorTaylor R Campbell <campbell@mumble.net>
Tue, 15 Jan 2019 03:19:18 +0000 (03:19 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Wed, 21 Aug 2019 21:34:01 +0000 (21:34 +0000)
commit136919dcd09d3ef54d9890d41576b1999bc2bc54
treea1b1e4a0a96c46b46a4f1660765e265781fee925
parente851445e4bdc60ad476239067853846003f3aa40
Avoid REGISTER-COPY-IF-AVAILABLE and TEMPORARY-COPY-IF-AVAILABLE.

These give out register references, which are a pain.  Just use
REUSE-PSEUDO-REGISTER-IF-AVAILABLE! to get the machine register
number.
src/compiler/machines/aarch64/rules1.scm
src/compiler/machines/aarch64/rules2.scm