x86 optimization notes

H.J. Lu hjl.tools@gmail.com
Thu Mar 8 12:56:00 GMT 2018


On Thu, Mar 8, 2018 at 12:23 AM, Jan Beulich <JBeulich@suse.com> wrote:
> H.J.,
>
> having taken another look at the optimizations you've added
> recently, I have a couple of remarks to make:
>
> 1) I don't think optimizations should raise the ISA requirements.
> The conversions you do from AVX512F to AVX512VL insns are in
> direct contradiction to the Disp32 -> Disp8 conversion I had
> suggested a couple of weeks ago, and that you objected to even if
> done very carefully (I still intend to produce a patch to that effect,
> to see whether you would want to reconsider). Since changing the
> vector length doesn't alter the encoding length, and doesn't - afaict -
> provide any other benefits, I don't think those conversions are
> useful at all. All that is useful imo are conversions from EVEX to VEX.

It does reduce the vector size which may reduce CPU power and boost
CPU frequency.  I am checking this patch to use AVX512VL only if it is
enabled.

> 2) Considering what the ORM states, I wonder whether it wouldn't
> be beneficial to uniformly convert all zeroing insns to VXORP*/VPXOR*.

I will check.

> 3) While merge masking indeed precludes the optimization, zeroing
> masking doesn't - after all it doesn't matter for what reason the
> respective part of the destination gets zeroed.

Would you mind creating a patch to do that?

> 4) I don't think {evex} prefixes should be ignored, i.e. I think the
> conversion to VEX encoding should be suppressed if that prefix
> was given.

Yes.  I will fix it.

> 5) Along with "XOR %r64,%r64", shouldn't "CLR %r64" be
> converted to its 32-bit form as well?

Sure. I will fix it.

Thanks,

-- 
H.J.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-x86-Optimize-with-EVEX128-encoding-for-AVX512VL.patch
Type: text/x-patch
Size: 38993 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/binutils/attachments/20180308/cc4f08b0/attachment.bin>


More information about the Binutils mailing list