[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 00/36] tcg 5.1 omnibus patch set
From: |
Alex Bennée |
Subject: |
Re: [PATCH v2 00/36] tcg 5.1 omnibus patch set |
Date: |
Thu, 23 Apr 2020 14:50:40 +0100 |
User-agent: |
mu4e 1.4.1; emacs 28.0.50 |
Richard Henderson <address@hidden> writes:
> For v1, I had split this into 4 logically distinct parts. But
> apparently there are minor interdependencies, because the later
> sets would not apply standalone, says Alex.
>
> Rather than tease them apart, and then have to undo that work
> in order to actually apply them later, I'll just lump them.
>
> So:
>
> Part 1, patches 1-7, tcg_gen_gvec_dup_imm, is reviewed.
>
> Part 2, patch 8, vector tail clearing, is reviewed, and I have
> moved the target/arm patches into a different queue.
>
> Part 3, patches 9-25, TYPE_CONST temporaries, is mostly unreviewed.
>
> Part 4, patch 26, load_dest for GVecGen2, a support patch for SVE2.
>
> Part 5, patches 27-36, add vector rotate patterns, is brand new.
> I include two demonstrators for target/ppc and target/s390x.
I've done my review pass for now. I made it through all the core code
but my brain was too frazzled to look at the back end generation code so
I'll have another go at that on the next revision when the sparc
regression is figured out.
--
Alex Bennée
- [PATCH v2 30/36] tcg: Remove expansion to shift by vector from do_shifts, (continued)
- [PATCH v2 30/36] tcg: Remove expansion to shift by vector from do_shifts, Richard Henderson, 2020/04/21
- [PATCH v2 34/36] tcg/ppc: Implement INDEX_op_rot[lr]v_vec, Richard Henderson, 2020/04/21
- [PATCH v2 29/36] tcg: Implement gvec support for rotate by vector, Richard Henderson, 2020/04/21
- [PATCH v2 32/36] tcg/i386: Implement INDEX_op_rotl[is]_vec, Richard Henderson, 2020/04/21
- [PATCH v2 33/36] tcg/aarch64: Implement INDEX_op_rotli_vec, Richard Henderson, 2020/04/21
- [PATCH v2 36/36] target/s390x: Use tcg_gen_gvec_rotl{i,s,v}, Richard Henderson, 2020/04/21
- [PATCH v2 31/36] tcg: Implement gvec support for rotate by scalar, Richard Henderson, 2020/04/21
- [PATCH v2 35/36] target/ppc: Use tcg_gen_gvec_rotlv, Richard Henderson, 2020/04/21
- Re: [PATCH v2 00/36] tcg 5.1 omnibus patch set,
Alex Bennée <=