[PATCH] [AArch64 NEON] Lower SELECT_CC with vector operand.

Kevin Qin kevinqindev at gmail.com
Tue Jan 28 18:08:01 PST 2014


  Hi Tim,

  I agree with your opinion that  "if (ResCC.getValueSizeInBits() > IfTrueVT.getSizeInBits()) " is unnecessary as ResCC is always 128 bit and IfTrueVT can only be 64 bit here. I removed this condition and made a change on variable name. It's committed as r200365. Thanks.

http://llvm-reviews.chandlerc.com/D2639



More information about the llvm-commits mailing list