Displaying 4 results from an estimated 4 matches for "passkind".
2011 Jan 31
2
[LLVMdev] llvm::Pass::Pass(llvm::PassKind, intptr_t): Assertion `pid && "pid cannot be 0"' failed.
I have written a new pass, it compiles ok but crashes when i run it
with error (llvm::Pass::Pass(llvm::PassKind, intptr_t): Assertion `pid
&& "pid cannot be 0"' failed.).
The pass is :
using namespace llvm;
namespace
{
struct Dfl : public FunctionPass {
static char ID;
Dfl() : FunctionPass(ID) { }
virtual bool runOnFunction(Function &F) {
bool modified=false;...
2011 Jan 31
0
[LLVMdev] llvm::Pass::Pass(llvm::PassKind, intptr_t): Assertion `pid && "pid cannot be 0"' failed.
llvm/include/llvm/Pass.h:93: llvm::Pass::Pass(llvm::PassKind,
intptr_t): Assertion `pid && "pid cannot be 0"' failed.
On Mon, Jan 31, 2011 at 3:55 PM, Surinder <surifilms at gmail.com> wrote:
> I have written a new pass, it compiles ok but crashes when i run it
> with error (llvm::Pass::Pass(llvm::PassKind, intptr_t): Asse...
2010 Mar 06
1
[LLVMdev] region pass - new pass for llvm
...e format them like this:
// Preform difference comparison on difference mode, because we only
// increase one kind of iterator on each mode.
Thus add a point at the end of the sentence, start with capital letter
and put a space between "//" and the first word.
* tools/opt/opt.c
- PassKind Kind = P->getPassKind();
addPass(Passes, P);
if (AnalyzeOnly) {
- switch (Kind) {
+ switch (P->getPassKind()) {
This change is not related to the region stuff. Please submit it separately.
* Did you test the build with autoconf?
* Is this what currently is co...
2011 Apr 05
3
[LLVMdev] Building LLVM on Solaris/Sparc
...llvm::cl::opt<bool, false, llvm::cl::parser<bool>
>::done()/n/fs/scratch/tpondich/ParallelAssert/llvm-objects/tools/opt/Debug+Asserts/opt.o
llvm::Value::getName() const
/n/fs/scratch/tpondich/ParallelAssert/llvm-objects/tools/opt/Debug+Asserts/AnalysisWrappers.o
llvm::Pass::Pass(llvm::PassKind,
char&)/n/fs/scratch/tpondich/ParallelAssert/llvm-objects/tools/opt/Debug+Asserts/AnalysisWrappers.o
llvm::raw_ostream::operator<<(long)
/n/fs/scratch/tpondich/ParallelAssert/llvm-objects/tools/opt/Debug+Asserts/GraphPrinters.o
llvm::raw_ostream::operator<<(unsigned
long)/n/fs/scrat...