[Bug target/70155] Use SSE for TImode load/store

2016-04-29 Thread hjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70155 --- Comment #7 from hjl at gcc dot gnu.org --- Author: hjl Date: Fri Apr 29 17:27:59 2016 New Revision: 235647 URL: https://gcc.gnu.org/viewcvs?rev=235647&root=gcc&view=rev Log: Update scan-assembler-not in PR target/70155 tests Since PIC leads

[Bug target/70155] Use SSE for TImode load/store

2016-04-27 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70155 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/70155] Use SSE for TImode load/store

2016-04-27 Thread hjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70155 --- Comment #5 from hjl at gcc dot gnu.org --- Author: hjl Date: Wed Apr 27 17:32:40 2016 New Revision: 235518 URL: https://gcc.gnu.org/viewcvs?rev=235518&root=gcc&view=rev Log: Extend STV pass to 64-bit mode 128-bit SSE load and store instruct

[Bug target/70155] Use SSE for TImode load/store

2016-03-16 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70155 --- Comment #4 from Uroš Bizjak --- (In reply to H.J. Lu from comment #3) > We can extend STV pass to 64-bit mode to convert load and store of > 128-bit ntegers to 128-bit SSE load and store, which is implemented > on hjl/pr70155/master branch. >

[Bug target/70155] Use SSE for TImode load/store

2016-03-15 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70155 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/70155] Use SSE for TImode load/store

2016-03-09 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70155 --- Comment #2 from H.J. Lu --- (In reply to Uroš Bizjak from comment #1) > This can be tweaked in processor_cost table. RA will use integer registers for TImode. > However, is SSE move really faster? Cost tables doesn't say so. Yes, that is w

[Bug target/70155] Use SSE for TImode load/store

2016-03-09 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70155 --- Comment #1 from Uroš Bizjak --- This can be tweaked in processor_cost table. However, is SSE move really faster? Cost tables doesn't say so.