This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r237799 - /branches/ibm/fixvpermr/


Author: kelvin
Date: Mon Jun 27 13:54:31 2016
New Revision: 237799

URL: https://gcc.gnu.org/viewcvs?rev=237799&root=gcc&view=rev
Log:
The code currently generated for the vpermr is (sometimes/always?) wrong in
that the two register inputs are swapped.  The translation of
gcc-torture/execute/sxcal-to-vec1.c emits vpermr v0,v0,v1,v13 when it should 
instead emit vpermr v0,v1,v0,v13.  This branch provides a worspace to
address this problem.


Added:
    branches/ibm/fixvpermr/
      - copied from r237798, trunk/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]