mbox series

[0/6] Backport power10 prefixed instruction tests to GCC 10

Message ID 20200804054649.GA5546@ibm-tinman.the-meissners.org
Headers show
Series Backport power10 prefixed instruction tests to GCC 10 | expand

Message

Michael Meissner Aug. 4, 2020, 5:46 a.m. UTC
The following 6 patches backport the tests on the master branch that were added
to test the new prefixed instructions being added to the Power10 processor.
These patches include changes made by David Edelsohn to make the patches work
on AIX.  I have tested them on a GCC 10 compiler on a little endian Linux
power8 system, and all of the tests now pass.  Can I check these patches into
the GCC 10 branch?

Comments

Segher Boessenkool Aug. 4, 2020, 5:40 p.m. UTC | #1
On Tue, Aug 04, 2020 at 01:46:49AM -0400, Michael Meissner wrote:
> The following 6 patches backport the tests on the master branch that were added
> to test the new prefixed instructions being added to the Power10 processor.
> These patches include changes made by David Edelsohn to make the patches work
> on AIX.  I have tested them on a GCC 10 compiler on a little endian Linux
> power8 system, and all of the tests now pass.  Can I check these patches into
> the GCC 10 branch?

All six are okay for backport to GCC 10.  Thanks!


Segher