[llvm-commits] [llvm] r78594 - in /llvm/trunk: lib/Target/ARM/ARMISelDAGToDAG.cpp test/CodeGen/Thumb2/2009-08-10-ISelBug.ll

Eli Friedman eli.friedman at gmail.com
Mon Aug 10 14:00:58 PDT 2009


On Mon, Aug 10, 2009 at 1:25 PM, Evan Cheng<evan.cheng at apple.com> wrote:
> Author: evancheng
> Date: Mon Aug 10 15:25:59 2009
> New Revision: 78594
>
> URL: http://llvm.org/viewvc/llvm-project?rev=78594&view=rev
> Log:
> Handle the constantfp created during post-legalization dag combiner phase.

AFAIK, dagcombine isn't  supposed to create illegal constantfp nodes
post-legalize... perhaps it would be better to fix the issue there?

-Eli



More information about the llvm-commits mailing list