search for: createfcmp

Displaying 4 results from an estimated 4 matches for "createfcmp".

2016 Feb 16
4
[help] Kaleidoscope build fails after llvm-3.8
...4: "llvm::CmpInst::CmpInst(llvm::Type*, llvm::Instruction::OtherOps, llvm::CmpInst::Predicate, llvm::Value*, llvm::Value*, llvm::Twine const&, llvm::Instruction*)", referenced from: llvm::IRBuilder<true, llvm::ConstantFolder, llvm::IRBuilderDefaultInserter<true> >::CreateFCmp(llvm::CmpInst::Predicate, llvm::Value*, llvm::Value*, llvm::Twine const&, llvm::MDNode*) in toy-1f302b.o "llvm::DIBuilder::createFunction(llvm::DIScope*, llvm::StringRef, llvm::StringRef, llvm::DIFile*, unsigned int, llvm::DISubroutineType*, bool, bool, unsigned int, unsigned int, bool,...
2007 Dec 17
0
[LLVMdev] Elsa and LLVM and LLVM submissions
...; ===// > // Instruction creation methods: Compare Instructions > // > = > = > =-------------------------------------------------------------------- > ===// > > @@ -630,6 +719,45 @@ > return ConstantExpr::getCompare(P, LC, RC); > return LLVMBuilder::CreateFCmp(P, LHS, RHS, Name); > } > + > + // > = > = > =-------------------------------------------------------------------- > ===// > + // Instruction creation methods: Other Instructions > + // > = > = > =------------------------------------------------------...
2007 Dec 17
2
[LLVMdev] Elsa and LLVM and LLVM submissions
Devang Patel wrote: > On Dec 15, 2007, at 12:15 PM, Richard Pennington wrote: > >> I got the current version of LLVM via svn yesterday and modified my >> code to >> use the LLVMFoldingBuilder. Very nice! >> >> My question is this: I noticed that the folding builder doesn't fold >> some >> operations, e.g. casts. Is there some reason why? If
2010 Mar 23
2
[LLVMdev] How to avoid memory leaks
...m::ConstantFoldCompareInstruction(unsigned short, llvm::Constant*, llvm::Constant*) (in /home/gabi/vgen/Debug/vgen) ==20504==    by 0x8899E0: llvm::ConstantExpr::getFCmp(unsigned short, llvm::Constant*, llvm::Constant*) (in /home/gabi/vgen/Debug/vgen) ==20504==    by 0x423BBC: llvm::ConstantFolder::CreateFCmp(llvm::CmpInst::Predicate, llvm::Constant*, llvm::Constant*) const (ConstantFolder.h:208) ==20504==    by 0x424A04: llvm::IRBuilder<true, llvm::ConstantFolder, llvm::IRBuilderDefaultInserter<true> >::CreateFCmp(llvm::CmpInst::Predicate, llvm::Value*, llvm::Value*, llvm::Twine const&)...