[LLVMdev] Missing :CreateFNeg() in NoFolder.h

BernardH gmane.comp.compilers.llvm.devel at bernard-hugueney.org
Wed Nov 17 16:23:09 PST 2010


Frits van Bommel <fvbommel <at> gmail.com> writes:

> 
> On Wed, Nov 17, 2010 at 9:37 PM, Frits van Bommel 
> <fvbommel <at> gmail.com> wrote:
> > On Wed, Nov 17, 2010 at 9:26 PM, BernardH
> > <gmane.comp.compilers.llvm.devel <at> bernard-hugueney.org> wrote:
> >> Should I consider NoFolder unsupported ?
> >
> > Seeing as it's completely broken (it doesn't insert the created
> > instructions into the relevant basic block) that's probably best... :(
> >
> > (It's also missing most of the casting operations, by the way)
> 
> I just submitted a patch to fix all of those problems. See
> http://lists.cs.uiuc.edu/pipermail/llvm-commits/
> Week-of-Mon-20101115/112020.html
> if you're interested.
> 


Most excellent : I confirm that it now works (compile *and* run with correct
results on my code.

Many thanks !

Best regards,
Bernard




More information about the llvm-dev mailing list