[llvm-commits] [llvm] r172269 - in /llvm/trunk: lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp test/CodeGen/PowerPC/vec_extload.ll

Benjamin Kramer benny.kra at gmail.com
Sat Jan 12 11:07:50 PST 2013


On 12.01.2013, at 19:00, Benjamin Kramer <benny.kra at gmail.com> wrote:

> 
> On 11.01.2013, at 23:57, Nadav Rotem <nrotem at apple.com> wrote:
> 
>> Author: nadav
>> Date: Fri Jan 11 16:57:48 2013
>> New Revision: 172269
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=172269&view=rev
>> Log:
>> PPC: Implement efficient lowering of sign_extend_inreg.
> 
> Looks like this made the factor unit test from the test suite fail:
> 
> http://lab.llvm.org:8011/builders/clang-x86_64-darwin10-nt-O3/builds/3434
> 
> There are many commits in the range but yours is the most likely culprit.

Fixed in r172322, was just a typo.

- Ben



More information about the llvm-commits mailing list