search for: isa_impl_cl

Displaying 20 results from an estimated 29 matches for "isa_impl_cl".

2009 Sep 01
1
[LLVMdev] Problem building libprofile.
...000006c038a bool llvm::isa_impl<llvm::Constant, llvm::Value>(llvm::Value const&) + 21 5 llvm-ld 0x00000000006c40a0 llvm::isa_impl_wrap<llvm::Constant, llvm::Value const, llvm::Value const>::doit(llvm::Value const&) + 21 6 llvm-ld 0x00000000006c40b7 bool llvm::isa_impl_cl<llvm::Value>::isa<llvm::Constant>(llvm::Value const&) + 21 7 llvm-ld 0x00000000006c40ce bool llvm::isa_impl_cl<llvm::Value const>::isa<llvm::Constant>(llvm::Value const&) + 21 8 llvm-ld 0x00000000006c40e5 bool llvm::isa_impl_cl<llvm::Value cons...
2011 Apr 21
2
[LLVMdev] Compilation error with LLVM 2.9
...uested here typename simplify_type<const FromCl>::SimpleType>::doit(Val); ^ /usr/include/llvm/Support/Casting.h:103:12: note: in instantiation of function template specialization 'llvm::isa_impl_cl<llvm::User>::isa<llvm::PHINode>' requested here return isa_impl_cl<FromCl>::template isa<ToCl>(*Val); ^ /usr/include/llvm/Support/Casting.h:118:10: note: in instantiation of function template specialization 'llvm::isa_impl_cl<llvm::...
2009 Jul 04
2
[LLVMdev] Pool Allocation Segfaulting with opt
...pl<llvm::ConstantArray, llvm::Constant>(llvm::Constant const&) + 30 3 libLLVMDataStructure.so 0x0022e942 llvm::isa_impl_wrap<llvm::ConstantArray, llvm::Constant const, llvm::Constant const>::doit(llvm::Constant const&) + 30 4 libLLVMDataStructure.so 0x0022e22a bool llvm::isa_impl_cl<llvm::Constant>::isa<llvm::ConstantArray>(llvm::Constant const&) + 30 5 libLLVMDataStructure.so 0x0022e032 bool llvm::isa_impl_cl<llvm::Constant*>::isa<llvm::ConstantArray>(llvm::Constant*) + 30 6 libLLVMDataStructure.so 0x0022dd82 bool llvm::isa<llvm::Constan...
2015 Nov 26
4
Creating/Deleting a new instruction from LLVM IR
...n using: i->eraseFromParent(); But it throws the following error/exception: *opt -load /home/mtech2/Documents/llvm/build/Debug+Asserts/lib/CSE.so -CSE <test.ll> /dev/null* *opt: /home/mtech2/Documents/llvm/llvm/include/llvm/Support/Casting.h:81: static bool llvm::isa_impl_cl<To, From*>::doit(const From*) [with To = llvm::Instruction; From = llvm::Instruction]: Assertion `Val && "isa<> used on a null pointer"' failed.* *#0 0x29635a5 llvm::sys::PrintStackTrace(llvm::raw_ostream&) /home/mtech2/Documents/llvm/llvm/lib/Support/Unix/Sign...
2006 Feb 14
1
[LLVMdev] dynamic_cast error
.../include/llvm/Support/Casting.h:69: instantiated from 'static bool llvm::isa_impl_wrap<To, const FromTy, const FromTy>::doit(const FromTy&) [with To = llvm::CallInst, FromTy = llvm::Instruction]' llvm/include/llvm/Support/Casting.h:81: instantiated from 'static bool llvm::isa_impl_cl<FromCl>::isa(const FromCl&) [with ToCl = llvm::CallInst, FromCl = llvm::Instruction]' llvm/include/llvm/Support/Casting.h:99: instantiated from 'static bool llvm::isa_impl_cl<FromCl*>::isa(FromCl*) [with ToCl = llvm::CallInst, FromCl = llvm::Instruction]' llvm/includ...
2009 Jul 06
0
[LLVMdev] Pool Allocation Segfaulting with opt
...m::Constant>(llvm::Constant > const&) + 30 > 3 libLLVMDataStructure.so 0x0022e942 > llvm::isa_impl_wrap<llvm::ConstantArray, llvm::Constant const, > llvm::Constant const>::doit(llvm::Constant const&) + 30 > 4 libLLVMDataStructure.so 0x0022e22a bool > llvm::isa_impl_cl<llvm::Constant>::isa<llvm::ConstantArray>(llvm::Constant > const&) + 30 > 5 libLLVMDataStructure.so 0x0022e032 bool > llvm::isa_impl_cl<llvm::Constant*>::isa<llvm::ConstantArray>(llvm::Constant*) > + 30 > 6 libLLVMDataStructure.so 0x0022dd82 bool &...
2017 Sep 17
4
assertion triggered since update to llvm 5
...oe30 at gmail.com> >>> wrote: >>> >>>> When zig updated to llvm 5 we started hitting this assertion: >>>> >>>> zig: >>>> /home/andy/downloads/llvm-project/llvm/include/llvm/Support/Casting.h:106: >>>> static bool llvm::isa_impl_cl<To, const From*>::doit(const From*) [with To >>>> = llvm::Instruction; From = llvm::Value]: Assertion `Val && "isa<> used on >>>> a null pointer"' failed. >>>> >>>> I wonder if however this was caused by an invalid as...
2018 Feb 24
1
Parsing a bit code file
....dylib`__pthread_kill + 10 > frame #1: 0x00007fff71a41150 libsystem_pthread.dylib`pthread_kill + 333 > frame #2: 0x00007fff7185f312 libsystem_c.dylib`abort + 127 > frame #3: 0x00007fff71827368 libsystem_c.dylib`__assert_rtn + 320 > frame #4: 0x0000000100477eb9 dump`llvm::isa_impl_cl<llvm::PointerType, > llvm::Type const*>::doit(Val=0x0000000000000000) at Casting.h:106 > frame #5: 0x0000000100477e28 > dump`llvm::isa_impl_wrap<llvm::PointerType, llvm::Type const*, llvm::Type > const*>::doit(Val=0x00007ffeefbfee20) at Casting.h:133 > frame #6: 0...
2017 Sep 17
2
assertion triggered since update to llvm 5
...(C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==4585== Using Valgrind-3.12.0 and LibVEX; rerun with -h for copyright info ==4585== Command: ./zig build-obj test.zig --release-safe ==4585== zig: /home/andy/downloads/llvm-project/llvm/include/llvm/Support/Casting.h:106: static bool llvm::isa_impl_cl<To, const From*>::doit(const From*) [with To = llvm::Instruction; From = llvm::Value]: Assertion `Val && "isa<> used on a null pointer"' failed. ==4585== ==4585== Process terminating with default action of signal 6 (SIGABRT) ==4585== at 0xAF8D3D4: raise (in /nix...
2013 Oct 29
2
[LLVMdev] Loop vectorizer dosen't find loop bounds
...entptr [8 x i8]* %arg_ptr, i32 4 %13 = bitcast [8 x i8]* %12 to float** %14 = load float** %13 call void @main(i64 %2, i64 %5, float* %8, float* %11, float* %14) ret void } Looks good to me. However the verify pass fails: /svn/llvm/include/llvm/Support/Casting.h:97: static bool llvm::isa_impl_cl<To, const From*>::doit(const From*) [with To = llvm::GlobalVariable; From = llvm::GlobalValue]: Assertion `Val && "isa<> used on a null pointer"' failed. I have no idea what this tries to tell me. Any idea? Frank On 28/10/13 15:27, Hal Finkel wrote: > ---...
2011 Aug 24
2
[LLVMdev] VMKit Development
...9; llvm[2]: Building Debug+Asserts Bytecode Module MMTKRuntime.bc 0 llvm-ld 0x0884c66e 1 llvm-ld 0x0884c3fb 2 0xb7891400 __kernel_sigreturn + 0 3 llvm-ld 0x083be9e9 llvm::isa_impl<llvm::Constant, llvm::Value>::doit(llvm::Value const&) + 29 4 llvm-ld 0x083ccba4 llvm::isa_impl_cl<llvm::Constant, llvm::Value*>::doit(llvm::Value const*) + 29 5 llvm-ld 0x083cb81c llvm::isa_impl_wrap<llvm::Constant, llvm::Value*, llvm::Value*>::doit(llvm::Value* const&) + 31 6 llvm-ld 0x083c94bf llvm::isa_impl_wrap<llvm::Constant, llvm::Use, llvm::Value*>::doit(llvm:...
2017 Sep 16
2
assertion triggered since update to llvm 5
When zig updated to llvm 5 we started hitting this assertion: zig: /home/andy/downloads/llvm-project/llvm/include/llvm/Support/Casting.h:106: static bool llvm::isa_impl_cl<To, const From*>::doit(const From*) [with To = llvm::Instruction; From = llvm::Value]: Assertion `Val && "isa<> used on a null pointer"' failed. I wonder if however this was caused by an invalid assertion, because up the stack is #8 0x0000000004b58e68 in (anonymo...
2017 Sep 17
2
assertion triggered since update to llvm 5
...t; > On Sat, Sep 16, 2017 at 1:48 PM, Andrew Kelley <superjoe30 at gmail.com> > wrote: > >> When zig updated to llvm 5 we started hitting this assertion: >> >> zig: /home/andy/downloads/llvm-project/llvm/include/llvm/Support/Casting.h:106: >> static bool llvm::isa_impl_cl<To, const From*>::doit(const From*) [with To >> = llvm::Instruction; From = llvm::Value]: Assertion `Val && "isa<> used on >> a null pointer"' failed. >> >> I wonder if however this was caused by an invalid assertion, because up >> the...
2013 Oct 29
0
[LLVMdev] Loop vectorizer dosen't find loop bounds
...tcast [8 x i8]* %12 to float** > %14 = load float** %13 > call void @main(i64 %2, i64 %5, float* %8, float* %11, float* %14) > ret void > } > > Looks good to me. However the verify pass fails: > > /svn/llvm/include/llvm/Support/Casting.h:97: static bool > llvm::isa_impl_cl<To, const From*>::doit(const From*) [with To = > llvm::GlobalVariable; From = llvm::GlobalValue]: Assertion `Val && > "isa<> used on a null pointer"' failed. > > I have no idea what this tries to tell me. Any idea? That's a bug (you're hitting...
2011 Aug 24
0
[LLVMdev] VMKit Development
...erts Bytecode Module MMTKRuntime.bc > 0 llvm-ld 0x0884c66e > 1 llvm-ld 0x0884c3fb > 2 0xb7891400 __kernel_sigreturn + 0 > 3 llvm-ld 0x083be9e9 llvm::isa_impl<llvm::Constant, > llvm::Value>::doit(llvm::Value const&) + 29 > 4 llvm-ld 0x083ccba4 llvm::isa_impl_cl<llvm::Constant, > llvm::Value*>::doit(llvm::Value const*) + 29 > 5 llvm-ld 0x083cb81c llvm::isa_impl_wrap<llvm::Constant, llvm::Value*, > llvm::Value*>::doit(llvm::Value* const&) + 31 > 6 llvm-ld 0x083c94bf llvm::isa_impl_wrap<llvm::Constant, llvm::Use, > llv...
2011 Aug 25
2
[LLVMdev] VMKit Development
...me.bc > > 0 llvm-ld 0x0884c66e > > 1 llvm-ld 0x0884c3fb > > 2 0xb7891400 __kernel_sigreturn + 0 > > 3 llvm-ld 0x083be9e9 llvm::isa_impl<llvm::Constant, > > llvm::Value>::doit(llvm::Value const&) + 29 > > 4 llvm-ld 0x083ccba4 llvm::isa_impl_cl<llvm::Constant, > > llvm::Value*>::doit(llvm::Value const*) + 29 > > 5 llvm-ld 0x083cb81c llvm::isa_impl_wrap<llvm::Constant, llvm::Value*, > > llvm::Value*>::doit(llvm::Value* const&) + 31 > > 6 llvm-ld 0x083c94bf llvm::isa_impl_wrap<llvm::Constant,...
2011 Aug 25
2
[LLVMdev] VMKit Development
...>>> > 1 llvm-ld 0x0884c3fb >>> > 2 0xb7891400 __kernel_sigreturn + 0 >>> > 3 llvm-ld 0x083be9e9 llvm::isa_impl<llvm::Constant, >>> > llvm::Value>::doit(llvm::Value const&) + 29 >>> > 4 llvm-ld 0x083ccba4 llvm::isa_impl_cl<llvm::Constant, >>> > llvm::Value*>::doit(llvm::Value const*) + 29 >>> > 5 llvm-ld 0x083cb81c llvm::isa_impl_wrap<llvm::Constant, >>> llvm::Value*, >>> > llvm::Value*>::doit(llvm::Value* const&) + 31 >>> > 6 llvm-ld 0x08...
2011 Aug 25
0
[LLVMdev] VMKit Development
...lvm-ld 0x0884c66e >> > 1 llvm-ld 0x0884c3fb >> > 2 0xb7891400 __kernel_sigreturn + 0 >> > 3 llvm-ld 0x083be9e9 llvm::isa_impl<llvm::Constant, >> > llvm::Value>::doit(llvm::Value const&) + 29 >> > 4 llvm-ld 0x083ccba4 llvm::isa_impl_cl<llvm::Constant, >> > llvm::Value*>::doit(llvm::Value const*) + 29 >> > 5 llvm-ld 0x083cb81c llvm::isa_impl_wrap<llvm::Constant, >> llvm::Value*, >> > llvm::Value*>::doit(llvm::Value* const&) + 31 >> > 6 llvm-ld 0x083c94bf llvm::isa_imp...
2011 Aug 26
2
[LLVMdev] VMKit Development
...x0884c3fb >>>>> > 2 0xb7891400 __kernel_sigreturn + 0 >>>>> > 3 llvm-ld 0x083be9e9 llvm::isa_impl<llvm::Constant, >>>>> > llvm::Value>::doit(llvm::Value const&) + 29 >>>>> > 4 llvm-ld 0x083ccba4 llvm::isa_impl_cl<llvm::Constant, >>>>> > llvm::Value*>::doit(llvm::Value const*) + 29 >>>>> > 5 llvm-ld 0x083cb81c llvm::isa_impl_wrap<llvm::Constant, >>>>> llvm::Value*, >>>>> > llvm::Value*>::doit(llvm::Value* const&) + 31 &gt...
2011 Aug 26
0
[LLVMdev] VMKit Development
...; 1 llvm-ld 0x0884c3fb >>>> > 2 0xb7891400 __kernel_sigreturn + 0 >>>> > 3 llvm-ld 0x083be9e9 llvm::isa_impl<llvm::Constant, >>>> > llvm::Value>::doit(llvm::Value const&) + 29 >>>> > 4 llvm-ld 0x083ccba4 llvm::isa_impl_cl<llvm::Constant, >>>> > llvm::Value*>::doit(llvm::Value const*) + 29 >>>> > 5 llvm-ld 0x083cb81c llvm::isa_impl_wrap<llvm::Constant, >>>> llvm::Value*, >>>> > llvm::Value*>::doit(llvm::Value* const&) + 31 >>>> &g...