[PATCH], PR Fix floatsi{sf,df}2 and floatunssi{sf,df}2 for a future powerpc machine

2019-06-27 Thread Michael Meissner
As I detail in PR 91009, I had some testsuite failures with my patches for a future machine. In the future patches, I added new RTL attributes to support the new prefixed load/store instructions (which will include pc-relative support). This new attribute needs to look at the 'type' RTL attribute

Re: [PATCH], PR Fix floatsi{sf,df}2 and floatunssi{sf,df}2 for a future powerpc machine

2019-06-28 Thread Segher Boessenkool
Hi Mike, On Thu, Jun 27, 2019 at 12:49:00PM -0400, Michael Meissner wrote: > As I detail in PR 91009, I had some testsuite failures with my patches for a > future machine. In the future patches, I added new RTL attributes to support > the new prefixed load/store instructions (which will include p