[Bug target/68482] No vectorization for x86-64

2015-11-23 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68482 --- Comment #4 from Richard Biener --- Author: rguenth Date: Mon Nov 23 09:11:00 2015 New Revision: 230740 URL: https://gcc.gnu.org/viewcvs?rev=230740&root=gcc&view=rev Log: 2015-11-23 Richard Biener PR tree-optimization/68482

[Bug target/68482] No vectorization for x86-64

2015-11-23 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68482 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/68482] No vectorization for x86-64

2015-11-22 Thread lvqcl.mail at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68482 --- Comment #2 from lvqcl.mail at gmail dot com --- (In reply to Marc Glisse from comment #1) > The extra cast so 32-bit unsigned and 64-bit pointers can interact confuses > the compiler. Trunk (gcc-6) seems to work fine though, can you confirm?

[Bug target/68482] No vectorization for x86-64

2015-11-22 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68482 --- Comment #1 from Marc Glisse --- The extra cast so 32-bit unsigned and 64-bit pointers can interact confuses the compiler. Trunk (gcc-6) seems to work fine though, can you confirm?