[cfe-dev] [LLVMdev] 3.6.1 -rc1 has been tagged. Testing begins.

Renato Golin renato.golin at linaro.org
Fri May 15 06:15:26 PDT 2015


On 15 May 2015 at 13:34, Daniel Sanders <Daniel.Sanders at imgtec.com> wrote:
> Not yet, these two failures were the first time we had seen the problem. We're still looking into fixing it properly but I'm currently thinking that the correct fix is to add
>   if (Subtarget.isGP64bit())
>     setOperationAction(ISD::SETCC, MVT::i32, Promote);
> to MipsISelLowering.cpp and sort out the consequences of this on the patterns for all the comparison instructions. This is likely to be a fairly big change to our target.

Right, so the best thing is probably reverting this one for 3.6.1.

cheers,
--renato



More information about the cfe-dev mailing list