On Thu, Oct 29, 2015 at 10:57:53PM -0600, Jeff Law wrote:
> Oh the things we could do here. A parallel of multiple sets where all
> but one is unused is a single set, I can't recall if a single set in
> parallel with a jump/cond jump is a single set or not.
It is not, it is two SETs (one of PC)
On 10/27/2015 01:49 PM, David Malcolm wrote:
gcc/testsuite/ChangeLog:
* unittests/test-rtl.c: New file.
---
gcc/testsuite/unittests/test-rtl.c | 94 ++
1 file changed, 94 insertions(+)
create mode 100644 gcc/testsuite/unittests/test-rtl.c
diff --g