Re: [PATCH] Fix nvptx_output_softstack_switch (PR target/90811)

2019-06-11 Thread Tom de Vries
On 10-06-19 23:46, Jakub Jelinek wrote: > Hi! > > In PTX, and accepts only .pred, .b16, .b32 and .b64 types, not .u64 etc. > Fixed thusly, bootstrapped/regtested on x86_64-linux with nvptx-none > offloading, ok for trunk and 9.2/8.4? > LGTM [and to Alexander as mentioned in PR90811 comment 3].

[PATCH] Fix nvptx_output_softstack_switch (PR target/90811)

2019-06-10 Thread Jakub Jelinek
Hi! In PTX, and accepts only .pred, .b16, .b32 and .b64 types, not .u64 etc. Fixed thusly, bootstrapped/regtested on x86_64-linux with nvptx-none offloading, ok for trunk and 9.2/8.4? I'll try to figure out tomorrow if we can avoid the overaligned variables in this specific testcase, but