Re: [PATCH, rs6000, libcpp] Revise search_line_fast to avoid old unaligned load sequences

2014-10-03 Thread David Edelsohn
On Mon, Sep 29, 2014 at 4:15 PM, Bill Schmidt wrote: > Hi, > > The vec_lvsl and vec_lvsr interfaces are deprecated for little-endian > Power, and really should not be used on big-endian Power either when the > target CPU is power8 or above. The lexer in libcpp currently makes use > of these inter

[PATCH, rs6000, libcpp] Revise search_line_fast to avoid old unaligned load sequences

2014-09-29 Thread Bill Schmidt
Hi, The vec_lvsl and vec_lvsr interfaces are deprecated for little-endian Power, and really should not be used on big-endian Power either when the target CPU is power8 or above. The lexer in libcpp currently makes use of these interfaces in search_line_fast(). This patch provides a new version o