This fixes a GISEL vs SDAG regression that showed up at -Os in 256.bzip2
In _getAndMoveToFrontDecode:
gisel:
and w9, w0, #0xff orr w9, w9, w8, lsl #8
sdag:
bfi w0, w8, #8, #24
Differential D103291
[AArch64][GISel] and+or+shl => bfi jroelofs on May 27 2021, 3:55 PM. Authored by
Details
This fixes a GISEL vs SDAG regression that showed up at -Os in 256.bzip2 In _getAndMoveToFrontDecode: gisel: and w9, w0, #0xff orr w9, w9, w8, lsl #8 sdag: bfi w0, w8, #8, #24
Diff Detail
Event Timeline
Comment Actions LGTM with minor nits addressed, thanks.
|
Why is this a doxygen comment?