[PATCH] ARM: Implement big endian bit-conversion for NEON types
    Christian Pirker 
    cpirker at a-bix.com
       
    Fri May  9 07:15:28 PDT 2014
    
    
  
Hi James,
> Indeed - this is what I was getting at. So where are those BITCASTs inserted in your patch? They aren't, and I don't think your patch will work in hard float mode. So do you want to make a followon patch to work for hard-float mode, or do you want me to treat this patch as working for hard-float mode as well (as you mentioned in an earlier comment)?
The "bitconvert" patterns in this patch are valid for both soft and hard float modes.
However in hard float there will be less integer to vector and vice versa converts as generated by LLVM.
Thanks,
Christian
http://reviews.llvm.org/D3651
    
    
More information about the llvm-commits
mailing list