This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[PATCH v2 0/7] x86: further template folding and misc improvements
- From: "Jan Beulich" <JBeulich at suse dot com>
- To: <binutils at sourceware dot org>
- Cc: "H.J. Lu" <hjl dot tools at gmail dot com>
- Date: Wed, 05 Sep 2018 05:47:46 -0600
- Subject: [PATCH v2 0/7] x86: further template folding and misc improvements
- References: <5B62A83102000078001DA1F0@prv1-mh.provo.novell.com>
1: add code comment on deprecated status of pseudo-suffixes
2: improve operand reversal
3: fold ILP32 output of "opts" tests
4: extra operand reversal "opts" tests
5: use D attribute also for SIMD templates
6: also allow D on 3-operand insns
7: drop unnecessary {,No}Rex64
Besides the new last patch the main change here compared to v1 is
the splitting up of what is now patch 2. Patches 3 and 4 are therefore
optional now. Patches 5 and 6 have been approved already, but
can't go in without what is now patch 2.
Jan