Message ID | 20170817230114.3655-1-richard.henderson@linaro.org |
---|---|
Headers | show |
Series | TCG vectorization and example conversion | expand |
Richard Henderson <richard.henderson@linaro.org> writes: > When Alex and I started talking about this topic, this is the direction > I was thinking. The primary difference from Alex's version is that the > interface on the target/cpu/ side uses offsets and not a faux temp. The > secondary difference is that, for smaller vector sizes at least, I will > expand to inline host vector operations. The use of explicit offsets > aids that. <snip> OK I think this is a lot more complete than my pass. I'm done with my review for now, I look forward to the next version. It looks like most of the pre-requisites are merged now? -- Alex Bennée
On 09/08/2017 06:49 AM, Alex Bennée wrote: > > Richard Henderson <richard.henderson@linaro.org> writes: > >> When Alex and I started talking about this topic, this is the direction >> I was thinking. The primary difference from Alex's version is that the >> interface on the target/cpu/ side uses offsets and not a faux temp. The >> secondary difference is that, for smaller vector sizes at least, I will >> expand to inline host vector operations. The use of explicit offsets >> aids that. > <snip> > > OK I think this is a lot more complete than my pass. I'm done with my > review for now, I look forward to the next version. It looks like most > of the pre-requisites are merged now? Yep, all lead-up patches are now in. Thanks for the review. As I work on the next version, I'll do aarch64 host as well for comparison. r~