Merge lp:~uweigand/gcc-linaro/vect-patches-4.7 into lp:gcc-linaro/4.7

Proposed by Ulrich Weigand
Status: Merged
Approved by: Ramana Radhakrishnan
Approved revision: not available
Merge reported by: Ulrich Weigand
Merged at revision: not available
Proposed branch: lp:~uweigand/gcc-linaro/vect-patches-4.7
Merge into: lp:gcc-linaro/4.7
To merge this branch: bzr merge lp:~uweigand/gcc-linaro/vect-patches-4.7
Reviewer Review Type Date Requested Status
Michael Hope Pending
Review via email: mp+94035@code.launchpad.net

This proposal supersedes a proposal from 2012-02-17.

Description of the change

Ported Linaro GCC 4.6 vectorizer patches:
- Handle non-constants in mixed size condition
- Support pattern detection for basic blocks
- Enable vect_condition testcases for ARM/NEON

To post a comment you must log in.
Revision history for this message
Michael Hope (michaelh1) wrote : Posted in a previous version of this proposal

cbuild has taken a snapshot of this branch at r114967 and queued it for build.

The diff against the ancestor r114966 is available at:
 http://builds.linaro.org/toolchain/snapshots/gcc-linaro-4.7+bzr114967~uweigand~vect-patches-4.7.diff

and will be built on the following builders:
 a9-builder armv5-builder i686 x86_64

You can track the build queue at:
 http://ex.seabright.co.nz/helpers/scheduler

cbuild-snapshot: gcc-linaro-4.7+bzr114967~uweigand~vect-patches-4.7
cbuild-ancestor: lp:gcc-linaro/4.7+bzr114966
cbuild-state: check

Revision history for this message
Michael Hope (michaelh1) wrote : Posted in a previous version of this proposal

cbuild had trouble building this on armv7l-natty-cbuild250-tcpanda03-armv5r2.

See the *failed.txt logs under the build results at:
 http://ex.seabright.co.nz/build/gcc-linaro-4.7+bzr114967~uweigand~vect-patches-4.7/logs/armv7l-natty-cbuild250-tcpanda03-armv5r2

The test suite results were not checked.

cbuild-checked: armv7l-natty-cbuild250-tcpanda03-armv5r2

review: Needs Fixing
Revision history for this message
Michael Hope (michaelh1) wrote : Posted in a previous version of this proposal

cbuild had trouble building this on armv7l-natty-cbuild250-tcpanda04-cortexa9r1.

See the *failed.txt logs under the build results at:
 http://ex.seabright.co.nz/build/gcc-linaro-4.7+bzr114967~uweigand~vect-patches-4.7/logs/armv7l-natty-cbuild250-tcpanda04-cortexa9r1

The test suite results were not checked.

cbuild-checked: armv7l-natty-cbuild250-tcpanda04-cortexa9r1

review: Needs Fixing
Revision history for this message
Michael Hope (michaelh1) wrote : Posted in a previous version of this proposal

cbuild successfully built this on i686-natty-cbuild250-oort2-i686r1.

The build results are available at:
 http://ex.seabright.co.nz/build/gcc-linaro-4.7+bzr114967~uweigand~vect-patches-4.7/logs/i686-natty-cbuild250-oort2-i686r1

+PASS: gcc.dg/vect/bb-slp-pattern-1.c (test for excess errors)
+PASS: gcc.dg/vect/bb-slp-pattern-1.c -flto (test for excess errors)
+PASS: gcc.dg/vect/bb-slp-pattern-1.c -flto execution test
+PASS: gcc.dg/vect/bb-slp-pattern-1.c -flto scan-tree-dump-times slp "pattern recognized" 8
+PASS: gcc.dg/vect/bb-slp-pattern-1.c -flto scan-tree-dump-times slp "vect_recog_widen_mult_pattern: detected" 8
+PASS: gcc.dg/vect/bb-slp-pattern-1.c -flto scan-tree-dump-times slp "vectorizing stmts using SLP" 1
+PASS: gcc.dg/vect/bb-slp-pattern-1.c execution test
+PASS: gcc.dg/vect/bb-slp-pattern-1.c scan-tree-dump-times slp "pattern recognized" 8
+PASS: gcc.dg/vect/bb-slp-pattern-1.c scan-tree-dump-times slp "vect_recog_widen_mult_pattern: detected" 8
+PASS: gcc.dg/vect/bb-slp-pattern-1.c scan-tree-dump-times slp "vectorizing stmts using SLP" 1
+PASS: gcc.dg/vect/bb-slp-pattern-2.c (test for excess errors)
+PASS: gcc.dg/vect/bb-slp-pattern-2.c -flto (test for excess errors)
+PASS: gcc.dg/vect/bb-slp-pattern-2.c -flto execution test
+PASS: gcc.dg/vect/bb-slp-pattern-2.c -flto scan-tree-dump-times slp "basic block vectorized using SLP" 1
+PASS: gcc.dg/vect/bb-slp-pattern-2.c execution test
+PASS: gcc.dg/vect/bb-slp-pattern-2.c scan-tree-dump-times slp "basic block vectorized using SLP" 1
+PASS: gcc.dg/vect/slp-cond-3.c (test for excess errors)
+PASS: gcc.dg/vect/slp-cond-3.c -flto (test for excess errors)
+PASS: gcc.dg/vect/slp-cond-3.c -flto execution test
+PASS: gcc.dg/vect/slp-cond-3.c -flto scan-tree-dump-times vect "vectorizing stmts using SLP" 1
+PASS: gcc.dg/vect/slp-cond-3.c execution test
+PASS: gcc.dg/vect/slp-cond-3.c scan-tree-dump-times vect "vectorizing stmts using SLP" 1
+PASS: gcc.dg/vect/slp-cond-4.c (test for excess errors)
+PASS: gcc.dg/vect/slp-cond-4.c -flto (test for excess errors)
+PASS: gcc.dg/vect/slp-cond-4.c -flto execution test
+PASS: gcc.dg/vect/slp-cond-4.c -flto scan-tree-dump-times vect "vectorizing stmts using SLP" 1
+PASS: gcc.dg/vect/slp-cond-4.c execution test
+PASS: gcc.dg/vect/slp-cond-4.c scan-tree-dump-times vect "vectorizing stmts using SLP" 1

The full diff is at:
 http://ex.seabright.co.nz/build/gcc-linaro-4.7+bzr114967~uweigand~vect-patches-4.7/logs/i686-natty-cbuild250-oort2-i686r1/testsuite-diff.txt

The full testsuite results are at:
 http://ex.seabright.co.nz/build/gcc-linaro-4.7+bzr114967~uweigand~vect-patches-4.7/logs/i686-natty-cbuild250-oort2-i686r1/gcc-testsuite.txt

cbuild-checked: i686-natty-cbuild250-oort2-i686r1

Revision history for this message
Michael Hope (michaelh1) wrote : Posted in a previous version of this proposal

cbuild successfully built this on x86_64-natty-cbuild250-oort1-x86_64r1.

The build results are available at:
 http://ex.seabright.co.nz/build/gcc-linaro-4.7+bzr114967~uweigand~vect-patches-4.7/logs/x86_64-natty-cbuild250-oort1-x86_64r1

+PASS: gcc.dg/vect/bb-slp-pattern-1.c (test for excess errors)
+PASS: gcc.dg/vect/bb-slp-pattern-1.c -flto (test for excess errors)
+PASS: gcc.dg/vect/bb-slp-pattern-1.c -flto execution test
+PASS: gcc.dg/vect/bb-slp-pattern-1.c -flto scan-tree-dump-times slp "pattern recognized" 8
+PASS: gcc.dg/vect/bb-slp-pattern-1.c -flto scan-tree-dump-times slp "vect_recog_widen_mult_pattern: detected" 8
+PASS: gcc.dg/vect/bb-slp-pattern-1.c -flto scan-tree-dump-times slp "vectorizing stmts using SLP" 1
+PASS: gcc.dg/vect/bb-slp-pattern-1.c execution test
+PASS: gcc.dg/vect/bb-slp-pattern-1.c scan-tree-dump-times slp "pattern recognized" 8
+PASS: gcc.dg/vect/bb-slp-pattern-1.c scan-tree-dump-times slp "vect_recog_widen_mult_pattern: detected" 8
+PASS: gcc.dg/vect/bb-slp-pattern-1.c scan-tree-dump-times slp "vectorizing stmts using SLP" 1
+PASS: gcc.dg/vect/bb-slp-pattern-2.c (test for excess errors)
+PASS: gcc.dg/vect/bb-slp-pattern-2.c -flto (test for excess errors)
+PASS: gcc.dg/vect/bb-slp-pattern-2.c -flto execution test
+PASS: gcc.dg/vect/bb-slp-pattern-2.c -flto scan-tree-dump-times slp "basic block vectorized using SLP" 1
+PASS: gcc.dg/vect/bb-slp-pattern-2.c execution test
+PASS: gcc.dg/vect/bb-slp-pattern-2.c scan-tree-dump-times slp "basic block vectorized using SLP" 1
+PASS: gcc.dg/vect/slp-cond-3.c (test for excess errors)
+PASS: gcc.dg/vect/slp-cond-3.c -flto (test for excess errors)
+PASS: gcc.dg/vect/slp-cond-3.c -flto execution test
+PASS: gcc.dg/vect/slp-cond-3.c -flto scan-tree-dump-times vect "vectorizing stmts using SLP" 1
+PASS: gcc.dg/vect/slp-cond-3.c execution test
+PASS: gcc.dg/vect/slp-cond-3.c scan-tree-dump-times vect "vectorizing stmts using SLP" 1
+PASS: gcc.dg/vect/slp-cond-4.c (test for excess errors)
+PASS: gcc.dg/vect/slp-cond-4.c -flto (test for excess errors)
+PASS: gcc.dg/vect/slp-cond-4.c -flto execution test
+PASS: gcc.dg/vect/slp-cond-4.c -flto scan-tree-dump-times vect "vectorizing stmts using SLP" 1
+PASS: gcc.dg/vect/slp-cond-4.c execution test
+PASS: gcc.dg/vect/slp-cond-4.c scan-tree-dump-times vect "vectorizing stmts using SLP" 1

The full diff is at:
 http://ex.seabright.co.nz/build/gcc-linaro-4.7+bzr114967~uweigand~vect-patches-4.7/logs/x86_64-natty-cbuild250-oort1-x86_64r1/testsuite-diff.txt

The full testsuite results are at:
 http://ex.seabright.co.nz/build/gcc-linaro-4.7+bzr114967~uweigand~vect-patches-4.7/logs/x86_64-natty-cbuild250-oort1-x86_64r1/gcc-testsuite.txt

cbuild-checked: x86_64-natty-cbuild250-oort1-x86_64r1

Revision history for this message
Michael Hope (michaelh1) wrote : Posted in a previous version of this proposal

cbuild successfully built this on armv7l-natty-cbuild250-tcpanda03-cortexa9r1.

The build results are available at:
 http://ex.seabright.co.nz/build/gcc-linaro-4.7+bzr114967~uweigand~vect-patches-4.7/logs/armv7l-natty-cbuild250-tcpanda03-cortexa9r1

+PASS: gcc.dg/vect/bb-slp-pattern-1.c (test for excess errors)
+PASS: gcc.dg/vect/bb-slp-pattern-1.c -flto (test for excess errors)
+PASS: gcc.dg/vect/bb-slp-pattern-1.c -flto execution test
+PASS: gcc.dg/vect/bb-slp-pattern-1.c -flto scan-tree-dump-times slp "pattern recognized" 8
+PASS: gcc.dg/vect/bb-slp-pattern-1.c -flto scan-tree-dump-times slp "vect_recog_widen_mult_pattern: detected" 8
+PASS: gcc.dg/vect/bb-slp-pattern-1.c -flto scan-tree-dump-times slp "vectorizing stmts using SLP" 1
+PASS: gcc.dg/vect/bb-slp-pattern-1.c execution test
+PASS: gcc.dg/vect/bb-slp-pattern-1.c scan-tree-dump-times slp "pattern recognized" 8
+PASS: gcc.dg/vect/bb-slp-pattern-1.c scan-tree-dump-times slp "vect_recog_widen_mult_pattern: detected" 8
+PASS: gcc.dg/vect/bb-slp-pattern-1.c scan-tree-dump-times slp "vectorizing stmts using SLP" 1
+UNSUPPORTED: gcc.dg/vect/bb-slp-pattern-2.c
+UNSUPPORTED: gcc.dg/vect/bb-slp-pattern-2.c -flto
+UNSUPPORTED: gcc.dg/vect/slp-cond-3.c
+UNSUPPORTED: gcc.dg/vect/slp-cond-3.c -flto
+UNSUPPORTED: gcc.dg/vect/slp-cond-4.c
+UNSUPPORTED: gcc.dg/vect/slp-cond-4.c -flto

The full diff is at:
 http://ex.seabright.co.nz/build/gcc-linaro-4.7+bzr114967~uweigand~vect-patches-4.7/logs/armv7l-natty-cbuild250-tcpanda03-cortexa9r1/testsuite-diff.txt

The full testsuite results are at:
 http://ex.seabright.co.nz/build/gcc-linaro-4.7+bzr114967~uweigand~vect-patches-4.7/logs/armv7l-natty-cbuild250-tcpanda03-cortexa9r1/gcc-testsuite.txt

cbuild-checked: armv7l-natty-cbuild250-tcpanda03-cortexa9r1

Revision history for this message
Michael Hope (michaelh1) wrote : Posted in a previous version of this proposal

cbuild successfully built this on armv7l-natty-cbuild250-tcpanda06-armv5r2.

The build results are available at:
 http://ex.seabright.co.nz/build/gcc-linaro-4.7+bzr114967~uweigand~vect-patches-4.7/logs/armv7l-natty-cbuild250-tcpanda06-armv5r2

+PASS: gcc.dg/vect/bb-slp-pattern-1.c (test for excess errors)
+PASS: gcc.dg/vect/bb-slp-pattern-1.c -flto (test for excess errors)
+PASS: gcc.dg/vect/bb-slp-pattern-1.c -flto execution test
+PASS: gcc.dg/vect/bb-slp-pattern-1.c execution test
+UNSUPPORTED: gcc.dg/vect/bb-slp-pattern-2.c
+UNSUPPORTED: gcc.dg/vect/bb-slp-pattern-2.c -flto
+UNSUPPORTED: gcc.dg/vect/slp-cond-3.c
+UNSUPPORTED: gcc.dg/vect/slp-cond-3.c -flto
+UNSUPPORTED: gcc.dg/vect/slp-cond-4.c
+UNSUPPORTED: gcc.dg/vect/slp-cond-4.c -flto

The full diff is at:
 http://ex.seabright.co.nz/build/gcc-linaro-4.7+bzr114967~uweigand~vect-patches-4.7/logs/armv7l-natty-cbuild250-tcpanda06-armv5r2/testsuite-diff.txt

The full testsuite results are at:
 http://ex.seabright.co.nz/build/gcc-linaro-4.7+bzr114967~uweigand~vect-patches-4.7/logs/armv7l-natty-cbuild250-tcpanda06-armv5r2/gcc-testsuite.txt

cbuild-checked: armv7l-natty-cbuild250-tcpanda06-armv5r2

Revision history for this message
Ulrich Weigand (uweigand) wrote : Posted in a previous version of this proposal

The newly added testcases were skipped because check_effective_target_vect_condition erroneously returns false on ARM/NEON. I'll update the merge request to fix this.

Revision history for this message
Michael Hope (michaelh1) wrote :

cbuild has taken a snapshot of this branch at r114968 and queued it for build.

The diff against the ancestor r114966 is available at:
 http://builds.linaro.org/toolchain/snapshots/gcc-linaro-4.7+bzr114968~uweigand~vect-patches-4.7.diff

and will be built on the following builders:
 a9-builder armv5-builder i686 x86_64

You can track the build queue at:
 http://ex.seabright.co.nz/helpers/scheduler

cbuild-snapshot: gcc-linaro-4.7+bzr114968~uweigand~vect-patches-4.7
cbuild-ancestor: lp:gcc-linaro/4.7+bzr114966
cbuild-state: check

Revision history for this message
Michael Hope (michaelh1) wrote :

cbuild successfully built this on x86_64-natty-cbuild250-oort1-x86_64r1.

The build results are available at:
 http://ex.seabright.co.nz/build/gcc-linaro-4.7+bzr114968~uweigand~vect-patches-4.7/logs/x86_64-natty-cbuild250-oort1-x86_64r1

+PASS: gcc.dg/vect/bb-slp-pattern-1.c (test for excess errors)
+PASS: gcc.dg/vect/bb-slp-pattern-1.c -flto (test for excess errors)
+PASS: gcc.dg/vect/bb-slp-pattern-1.c -flto execution test
+PASS: gcc.dg/vect/bb-slp-pattern-1.c -flto scan-tree-dump-times slp "pattern recognized" 8
+PASS: gcc.dg/vect/bb-slp-pattern-1.c -flto scan-tree-dump-times slp "vect_recog_widen_mult_pattern: detected" 8
+PASS: gcc.dg/vect/bb-slp-pattern-1.c -flto scan-tree-dump-times slp "vectorizing stmts using SLP" 1
+PASS: gcc.dg/vect/bb-slp-pattern-1.c execution test
+PASS: gcc.dg/vect/bb-slp-pattern-1.c scan-tree-dump-times slp "pattern recognized" 8
+PASS: gcc.dg/vect/bb-slp-pattern-1.c scan-tree-dump-times slp "vect_recog_widen_mult_pattern: detected" 8
+PASS: gcc.dg/vect/bb-slp-pattern-1.c scan-tree-dump-times slp "vectorizing stmts using SLP" 1
+PASS: gcc.dg/vect/bb-slp-pattern-2.c (test for excess errors)
+PASS: gcc.dg/vect/bb-slp-pattern-2.c -flto (test for excess errors)
+PASS: gcc.dg/vect/bb-slp-pattern-2.c -flto execution test
+PASS: gcc.dg/vect/bb-slp-pattern-2.c -flto scan-tree-dump-times slp "basic block vectorized using SLP" 1
+PASS: gcc.dg/vect/bb-slp-pattern-2.c execution test
+PASS: gcc.dg/vect/bb-slp-pattern-2.c scan-tree-dump-times slp "basic block vectorized using SLP" 1
+PASS: gcc.dg/vect/slp-cond-3.c (test for excess errors)
+PASS: gcc.dg/vect/slp-cond-3.c -flto (test for excess errors)
+PASS: gcc.dg/vect/slp-cond-3.c -flto execution test
+PASS: gcc.dg/vect/slp-cond-3.c -flto scan-tree-dump-times vect "vectorizing stmts using SLP" 1
+PASS: gcc.dg/vect/slp-cond-3.c execution test
+PASS: gcc.dg/vect/slp-cond-3.c scan-tree-dump-times vect "vectorizing stmts using SLP" 1
+PASS: gcc.dg/vect/slp-cond-4.c (test for excess errors)
+PASS: gcc.dg/vect/slp-cond-4.c -flto (test for excess errors)
+PASS: gcc.dg/vect/slp-cond-4.c -flto execution test
+PASS: gcc.dg/vect/slp-cond-4.c -flto scan-tree-dump-times vect "vectorizing stmts using SLP" 1
+PASS: gcc.dg/vect/slp-cond-4.c execution test
+PASS: gcc.dg/vect/slp-cond-4.c scan-tree-dump-times vect "vectorizing stmts using SLP" 1

The full diff is at:
 http://ex.seabright.co.nz/build/gcc-linaro-4.7+bzr114968~uweigand~vect-patches-4.7/logs/x86_64-natty-cbuild250-oort1-x86_64r1/testsuite-diff.txt

The full testsuite results are at:
 http://ex.seabright.co.nz/build/gcc-linaro-4.7+bzr114968~uweigand~vect-patches-4.7/logs/x86_64-natty-cbuild250-oort1-x86_64r1/gcc-testsuite.txt

cbuild-checked: x86_64-natty-cbuild250-oort1-x86_64r1

Revision history for this message
Michael Hope (michaelh1) wrote :
Download full text (4.4 KiB)

cbuild successfully built this on armv7l-natty-cbuild250-tcpanda02-cortexa9r1.

The build results are available at:
 http://ex.seabright.co.nz/build/gcc-linaro-4.7+bzr114968~uweigand~vect-patches-4.7/logs/armv7l-natty-cbuild250-tcpanda02-cortexa9r1

-UNSUPPORTED: gcc.dg/vect/bb-slp-cond-1.c
-UNSUPPORTED: gcc.dg/vect/bb-slp-cond-1.c -flto
+PASS: gcc.dg/vect/bb-slp-cond-1.c (test for excess errors)
+PASS: gcc.dg/vect/bb-slp-cond-1.c -flto (test for excess errors)
+PASS: gcc.dg/vect/bb-slp-cond-1.c -flto execution test
+PASS: gcc.dg/vect/bb-slp-cond-1.c -flto scan-tree-dump-times slp "basic block vectorized using SLP" 1
+PASS: gcc.dg/vect/bb-slp-cond-1.c execution test
+PASS: gcc.dg/vect/bb-slp-cond-1.c scan-tree-dump-times slp "basic block vectorized using SLP" 1
+PASS: gcc.dg/vect/bb-slp-pattern-1.c (test for excess errors)
+PASS: gcc.dg/vect/bb-slp-pattern-1.c -flto (test for excess errors)
+PASS: gcc.dg/vect/bb-slp-pattern-1.c -flto execution test
+PASS: gcc.dg/vect/bb-slp-pattern-1.c -flto scan-tree-dump-times slp "pattern recognized" 8
+PASS: gcc.dg/vect/bb-slp-pattern-1.c -flto scan-tree-dump-times slp "vect_recog_widen_mult_pattern: detected" 8
+PASS: gcc.dg/vect/bb-slp-pattern-1.c -flto scan-tree-dump-times slp "vectorizing stmts using SLP" 1
+PASS: gcc.dg/vect/bb-slp-pattern-1.c execution test
+PASS: gcc.dg/vect/bb-slp-pattern-1.c scan-tree-dump-times slp "pattern recognized" 8
+PASS: gcc.dg/vect/bb-slp-pattern-1.c scan-tree-dump-times slp "vect_recog_widen_mult_pattern: detected" 8
+PASS: gcc.dg/vect/bb-slp-pattern-1.c scan-tree-dump-times slp "vectorizing stmts using SLP" 1
+PASS: gcc.dg/vect/bb-slp-pattern-2.c (test for excess errors)
+PASS: gcc.dg/vect/bb-slp-pattern-2.c -flto (test for excess errors)
+PASS: gcc.dg/vect/bb-slp-pattern-2.c -flto execution test
+PASS: gcc.dg/vect/bb-slp-pattern-2.c -flto scan-tree-dump-times slp "basic block vectorized using SLP" 1
+PASS: gcc.dg/vect/bb-slp-pattern-2.c execution test
+PASS: gcc.dg/vect/bb-slp-pattern-2.c scan-tree-dump-times slp "basic block vectorized using SLP" 1
-UNSUPPORTED: gcc.dg/vect/fast-math-ifcvt-1.c
+PASS: gcc.dg/vect/fast-math-ifcvt-1.c (test for excess errors)
+PASS: gcc.dg/vect/fast-math-ifcvt-1.c scan-tree-dump vect "vectorized 1 loops"
-UNSUPPORTED: gcc.dg/vect/no-trapping-math-1.c
+PASS: gcc.dg/vect/no-trapping-math-1.c (test for excess errors)
+PASS: gcc.dg/vect/no-trapping-math-2.c scan-tree-dump-times vect "vectorized 1 loops" 1
-UNSUPPORTED: gcc.dg/vect/no-trapping-math-vect-ifcvt-11.c
-UNSUPPORTED: gcc.dg/vect/no-trapping-math-vect-ifcvt-12.c
-UNSUPPORTED: gcc.dg/vect/no-trapping-math-vect-ifcvt-13.c
-UNSUPPORTED: gcc.dg/vect/no-trapping-math-vect-ifcvt-14.c
-UNSUPPORTED: gcc.dg/vect/no-trapping-math-vect-ifcvt-15.c
+PASS: gcc.dg/vect/no-trapping-math-vect-ifcvt-11.c (test for excess errors)
+PASS: gcc.dg/vect/no-trapping-math-vect-ifcvt-11.c execution test
+PASS: gcc.dg/vect/no-trapping-math-vect-ifcvt-11.c scan-tree-dump-times vect "vectorized 1 loops" 1
+PASS: gcc.dg/vect/no-trapping-math-vect-ifcvt-12.c (test for excess errors)
+PASS: gcc.dg/vect/no-trapping-math-vect-ifcvt-12.c execution test
+PASS: gcc.dg/vect/n...

Read more...

Revision history for this message
Michael Hope (michaelh1) wrote :
Download full text (4.0 KiB)

cbuild successfully built this on armv7l-natty-cbuild250-tcpanda06-armv5r2.

The build results are available at:
 http://ex.seabright.co.nz/build/gcc-linaro-4.7+bzr114968~uweigand~vect-patches-4.7/logs/armv7l-natty-cbuild250-tcpanda06-armv5r2

-UNSUPPORTED: gcc.dg/vect/bb-slp-cond-1.c
-UNSUPPORTED: gcc.dg/vect/bb-slp-cond-1.c -flto
+PASS: gcc.dg/vect/bb-slp-cond-1.c (test for excess errors)
+PASS: gcc.dg/vect/bb-slp-cond-1.c -flto (test for excess errors)
+PASS: gcc.dg/vect/bb-slp-cond-1.c -flto execution test
+PASS: gcc.dg/vect/bb-slp-cond-1.c -flto scan-tree-dump-times slp "basic block vectorized using SLP" 1
+PASS: gcc.dg/vect/bb-slp-cond-1.c execution test
+PASS: gcc.dg/vect/bb-slp-cond-1.c scan-tree-dump-times slp "basic block vectorized using SLP" 1
+PASS: gcc.dg/vect/bb-slp-pattern-1.c (test for excess errors)
+PASS: gcc.dg/vect/bb-slp-pattern-1.c -flto (test for excess errors)
+PASS: gcc.dg/vect/bb-slp-pattern-1.c -flto execution test
+PASS: gcc.dg/vect/bb-slp-pattern-1.c execution test
+PASS: gcc.dg/vect/bb-slp-pattern-2.c (test for excess errors)
+PASS: gcc.dg/vect/bb-slp-pattern-2.c -flto (test for excess errors)
+PASS: gcc.dg/vect/bb-slp-pattern-2.c -flto execution test
+PASS: gcc.dg/vect/bb-slp-pattern-2.c execution test
-UNSUPPORTED: gcc.dg/vect/fast-math-ifcvt-1.c
+PASS: gcc.dg/vect/fast-math-ifcvt-1.c (test for excess errors)
+PASS: gcc.dg/vect/fast-math-ifcvt-1.c scan-tree-dump vect "vectorized 1 loops"
-UNSUPPORTED: gcc.dg/vect/no-trapping-math-1.c
+PASS: gcc.dg/vect/no-trapping-math-1.c (test for excess errors)
+PASS: gcc.dg/vect/no-trapping-math-2.c scan-tree-dump-times vect "vectorized 1 loops" 1
-UNSUPPORTED: gcc.dg/vect/no-trapping-math-vect-ifcvt-11.c
-UNSUPPORTED: gcc.dg/vect/no-trapping-math-vect-ifcvt-12.c
-UNSUPPORTED: gcc.dg/vect/no-trapping-math-vect-ifcvt-13.c
-UNSUPPORTED: gcc.dg/vect/no-trapping-math-vect-ifcvt-14.c
-UNSUPPORTED: gcc.dg/vect/no-trapping-math-vect-ifcvt-15.c
+PASS: gcc.dg/vect/no-trapping-math-vect-ifcvt-11.c (test for excess errors)
+PASS: gcc.dg/vect/no-trapping-math-vect-ifcvt-11.c execution test
+PASS: gcc.dg/vect/no-trapping-math-vect-ifcvt-11.c scan-tree-dump-times vect "vectorized 1 loops" 1
+PASS: gcc.dg/vect/no-trapping-math-vect-ifcvt-12.c (test for excess errors)
+PASS: gcc.dg/vect/no-trapping-math-vect-ifcvt-12.c execution test
+PASS: gcc.dg/vect/no-trapping-math-vect-ifcvt-12.c scan-tree-dump-times vect "vectorized 1 loops" 1
+PASS: gcc.dg/vect/no-trapping-math-vect-ifcvt-13.c (test for excess errors)
+PASS: gcc.dg/vect/no-trapping-math-vect-ifcvt-13.c execution test
+PASS: gcc.dg/vect/no-trapping-math-vect-ifcvt-13.c scan-tree-dump-times vect "vectorized 1 loops" 1
+PASS: gcc.dg/vect/no-trapping-math-vect-ifcvt-14.c (test for excess errors)
+PASS: gcc.dg/vect/no-trapping-math-vect-ifcvt-14.c execution test
+PASS: gcc.dg/vect/no-trapping-math-vect-ifcvt-14.c scan-tree-dump-times vect "vectorized 1 loops" 1
+PASS: gcc.dg/vect/no-trapping-math-vect-ifcvt-15.c (test for excess errors)
+PASS: gcc.dg/vect/no-trapping-math-vect-ifcvt-15.c execution test
+PASS: gcc.dg/vect/no-trapping-math-vect-ifcvt-15.c scan-tree-dump-times vect "vectorized ...

Read more...

Revision history for this message
Ramana Radhakrishnan (ramana) wrote :

Test results look good.

Ramana

Subscribers

People subscribed via source and target branches