[llvm-commits] [llvm] r72536 - /llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp

Eli Friedman eli.friedman at gmail.com
Thu May 28 13:47:24 PDT 2009


On Thu, May 28, 2009 at 1:43 PM, Bill Wendling<isanbard at gmail.com> wrote:
> On Thu, May 28, 2009 at 1:40 PM, Eli Friedman <eli.friedman at gmail.com> wrote:
>> Author: efriedma
>> Date: Thu May 28 15:40:34 2009
>> New Revision: 72536
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=72536&view=rev
>> Log:
>> Re-commit r72514 and r72516 with a fixed version of BR_CC lowering.
>> This patch removes some special cases for opcodes and does a bit of
>> cleanup.
>>
> Thanks, Eli. Could you add the testcase from the PR if it's appropriate?

It's already in the testsuite; it's just that a normal testsuite run
doesn't run test/CodeGen/Generic/ over all targets.

-Eli



More information about the llvm-commits mailing list