Skip to content

Draft: An attempt at redundant register extension elision

Ben Gamari requested to merge wip/aarch64-extension-elision into master

This is a first-cut at a pass to eliminate the code bloat introduced by redundant register zero- and sign-extensions on AArch64 described on #20652. Currently totally untested.

Edited by Ben Gamari

Merge request reports