Displaying 20 results from an estimated 31 matches for "isa_impl_wrap".
2004 Jun 23
0
[LLVMdev] weird issue with mem2reg
...it with mem2reg I get a seg fault in dyn_cast! Here's output:
Starting program:
/mounts/zion/disks/0/localhome/pmeredit/llvm/tools/Debug/opt -load
../Debug/libmetasplit.so -mem2reg -metasplit < test3.s.bc > out.bc
Program received signal SIGSEGV, Segmentation fault.
0x083b6a22 in llvm::isa_impl_wrap<llvm::Instruction, llvm::Value const,
llvm::Value const>::doit(llvm::Value const&) (Val=@0x894e850)
at
/mounts/zion/disks/0/localhome/pmeredit/llvm/include/Support/Casting.h:69
69 return isa_impl<To,FromTy>(Val);
(gdb) bt
#0 0x083b6a22 in llvm::isa_impl_wrap<llvm::I...
2004 Jun 23
2
[LLVMdev] weird issue with mem2reg
...s I recommend trying out bugpoint for something like this. Try
running:
bugpoint -load ... -mem2reg -metasplit test3.s.bc
and it will probably tell you what I just did, and give you a better
testcase. :)
-Chris
> Program received signal SIGSEGV, Segmentation fault.
> 0x083b6a22 in llvm::isa_impl_wrap<llvm::Instruction, llvm::Value const,
> llvm::Value const>::doit(llvm::Value const&) (Val=@0x894e850)
> at
> /mounts/zion/disks/0/localhome/pmeredit/llvm/include/Support/Casting.h:69
> 69 return isa_impl<To,FromTy>(Val);
> (gdb) bt
> #0 0x083b6a22 in...
2018 Feb 24
1
Parsing a bit code file
...b`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: 0x0000000100477e02
> dump`llvm::isa_impl_wrap<llvm::PointerType, llvm::Type* const, llvm::Type
> const*>::doit(Val=0x00007ffeefbfee68) at Casting.h:123
&...
2004 Jun 23
0
[LLVMdev] weird issue with mem2reg
...is. Try
> running:
>
> bugpoint -load ... -mem2reg -metasplit test3.s.bc
>
> and it will probably tell you what I just did, and give you a better
> testcase. :)
>
> -Chris
>
>
> > Program received signal SIGSEGV, Segmentation fault.
> > 0x083b6a22 in llvm::isa_impl_wrap<llvm::Instruction, llvm::Value const,
> > llvm::Value const>::doit(llvm::Value const&) (Val=@0x894e850)
> > at
> >
/mounts/zion/disks/0/localhome/pmeredit/llvm/include/Support/Casting.h:69
> > 69 return isa_impl<To,FromTy>(Val);
> > (gdb) b...
2004 Jun 23
3
[LLVMdev] IRC: Discussion About Upgrades To Bugzilla
I thought this conversation was worth saving. DannyB who did wonderful
things with GCC's use of bugzilla has offered the same capability to
LLVM.
Thanks, Danny!
<DannyB> sabre: BTW, if you need any of the bugzilla fun i have implemented for gcc, let me know
[22:47] <sabre> Cool, what kinds of things do you have?
[22:47] <DannyB> Besides the triplet stuff, i changed some of
2015 Nov 26
4
Creating/Deleting a new instruction from LLVM IR
...-2.19/assert/assert.c:92:0*
*#8 0x7f190870ec32 (/lib/x86_64-linux-gnu/libc.so.6+0x2fc32)*
*#9 0x7f19084d9970 llvm::isa_impl_cl<llvm::Instruction,
llvm::Instruction*>::doit(llvm::Instruction const*)
/home/mtech2/Documents/llvm/llvm/include/llvm/Support/Casting.h:82:0*
*#10 0x7f19084d9450 llvm::isa_impl_wrap<llvm::Instruction,
llvm::Instruction*, llvm::Instruction*>::doit(llvm::Instruction* const&)
/home/mtech2/Documents/llvm/llvm/include/llvm/Support/Casting.h:123:0*
*#11 0x7f19084d89e2 llvm::isa_impl_wrap<llvm::Instruction,
llvm::ilist_iterator<llvm::Instruction> const,
llvm::Instr...
2011 Aug 24
2
[LLVMdev] VMKit Development
...c3fb
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::Use const&) + 43
7 llvm-ld 0x083c5fe3 bool llvm::isa<llvm::Constant, llvm::Use>(llvm::Use
const&a...
2011 Aug 24
0
[LLVMdev] VMKit Development
...400 __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::Use const&) + 43
> 7 llvm-ld 0x083c5fe3 bool llvm::isa<llvm::Constant, llvm::Use&g...
2011 Aug 25
2
[LLVMdev] VMKit Development
...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::Use const&) + 43
> > 7 llvm-ld 0x083c5fe3 bool llvm::isa<llvm::C...
2011 Aug 25
2
[LLVMdev] VMKit Development
...9e9 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::Use const&) + 43
>>> > 7 l...
2011 Aug 25
0
[LLVMdev] VMKit Development
...lvm-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::Use const&) + 43
>> > 7 llvm-ld 0x083c5fe3...
2009 Jul 04
2
[LLVMdev] Pool Allocation Segfaulting with opt
...0x08469ccb
1 libLLVMDataStructure.so 0x0022f5a4
llvm::ConstantArray::classof(llvm::Value const*) + 30
2 libLLVMDataStructure.so 0x0022f57a bool
llvm::isa_impl<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...
2011 Aug 26
2
[LLVMdev] VMKit Development
...tant,
>>>>> > 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*>::d...
2011 Aug 26
0
[LLVMdev] VMKit Development
...pl<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::Use const&) + 43
>&g...
2011 Aug 18
0
[LLVMdev] VMKit Development
Hi Akshat,
Did you compile LLVM before compiling VMKit? libLLVMLinker.so is a shared
library from LLVM.
Cheers,
Nicolas
On Thu, Aug 18, 2011 at 3:42 AM, Akshat Gupta <g.akshat at gmail.com> wrote:
> Hi,
> I was just curious if VMKit development is still going on.
>
> Also while building VMKit I am getting error at link stage:
>
> make[1]: Entering directory
2011 Aug 18
2
[LLVMdev] VMKit Development
Hi,
I was just curious if VMKit development is still going on.
Also while building VMKit I am getting error at link stage:
make[1]: Entering directory `/code/vmkit/tools/vmjc'
llvm[1]: Linking Debug+Asserts executable vmjc
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lLLVMLinker
collect2: ld returned 1 exit status
I have installed but I am not able
2011 Aug 26
0
[LLVMdev] VMKit Development
...t;>>> > 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,
>>>>>> >...
2011 Aug 27
2
[LLVMdev] VMKit Development
...t; > 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,
>>>&...
2009 Sep 01
1
[LLVMdev] Problem building libprofile.
...0000000000981ac7
2 libpthread.so.0 0x00002aaaaacd6a80
3 llvm-ld 0x00000000006c036c llvm::Value::getValueID() const + 12
4 llvm-ld 0x00000000006c038a 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<ll...
2011 Aug 29
2
[LLVMdev] VMKit Development
...: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,
>>>>>>>&...