Re: [committed, amdgcn] Fix stack initialization bug

2019-06-25 Thread Andrew Stubbs
On 24/05/2019 12:12, Andrew Stubbs wrote: This patch fixes a 64-bit arithmetic bug in which the wrong instruction was used for the lo-part resulting in an incorrect calculation for the hi-part (signed vs. unsigned add). This causes a Memory Access Fault whenever the launcher happens to choose a

[committed, amdgcn] Fix stack initialization bug

2019-05-24 Thread Andrew Stubbs
This patch fixes a 64-bit arithmetic bug in which the wrong instruction was used for the lo-part resulting in an incorrect calculation for the hi-part (signed vs. unsigned add). This causes a Memory Access Fault whenever the launcher happens to choose a problematic address for the stack allocat