Skip to content

AArch64: remove unused instructions

This is a follow-up to !11559 (closed) .

Remove unused (no producers) Instr (instruction) constructors. As they aren't used to generate any code, it's pretty unclear if they work at all. Thus, they likely to lead to confusion. If they are needed (again), one can easily re-add them. I guess these were left-overs from previous development steps. (A bit hard to spot as there were consumers, but no producers.)

This PR is best reviewed commit by commit.

Merge request reports