search for: pminub

Displaying 5 results from an estimated 5 matches for "pminub".

2014 Oct 07
2
[LLVMdev] Debug Info and DFSan
...name moved as well, that's not the same as keeping the same function as far as debug info metadata is concerned) > I compile this with '-O0 -g'. A 'break main'/'run'/'break strlen'/'cont' > gives a relevant stack trace: > > #0 __strlen_sse2_pminub () at > ../sysdeps/x86_64/multiarch/strlen-sse2-pminub.S:33 > #1 0x00005555555587ff in __dfsw_strlen (s=0x55555556fe17 "foo", > s_label=<optimized out>, ret_label=0x7fffffffddee) > at llvm/projects/compiler-rt/lib/dfsan/dfsan_custom.cc:203 > #2 0x000055555556bbd...
2014 Oct 07
2
[LLVMdev] Debug Info and DFSan
Hi Peter, After discovering several bugs in ArgumentPromotion and DeadArgumentElimination where llvm::Functions were replaced with similar functions (with the same name) to transform their type in some way, I started looking at all calls to llvm::Function::takeName to see if there were any other debug info quality bugs in similar callers. One such caller is the DataFlowSanitizer, and I don't
2014 Oct 07
2
[LLVMdev] Debug Info and DFSan
...e same function as far as debug info >> metadata is concerned) >> >> >>> I compile this with '-O0 -g'. A 'break main'/'run'/'break strlen'/'cont' >>> gives a relevant stack trace: >>> >>> #0 __strlen_sse2_pminub () at >>> ../sysdeps/x86_64/multiarch/strlen-sse2-pminub.S:33 >>> #1 0x00005555555587ff in __dfsw_strlen (s=0x55555556fe17 "foo", >>> s_label=<optimized out>, ret_label=0x7fffffffddee) >>> at llvm/projects/compiler-rt/lib/dfsan/dfsan_custom.c...
2014 Oct 07
2
[LLVMdev] Debug Info and DFSan
...per is > created > separately. > > > >>> I compile this with '-O0 -g'. A 'break main'/'run'/'break > strlen'/'cont' > > >>> gives a relevant stack trace: > > >>> > > >>> #0 __strlen_sse2_pminub () at > > >>> ../sysdeps/x86_64/multiarch/strlen-sse2-pminub.S:33 > > >>> #1 0x00005555555587ff in __dfsw_strlen (s=0x55555556fe17 "foo", > > >>> s_label=<optimized out>, ret_label=0x7fffffffddee) > > >>> at llvm/proje...
2014 Oct 07
2
[LLVMdev] Debug Info and DFSan
...; > > >>> I compile this with '-O0 -g'. A 'break main'/'run'/'break > > > strlen'/'cont' > > > > >>> gives a relevant stack trace: > > > > >>> > > > > >>> #0 __strlen_sse2_pminub () at > > > > >>> ../sysdeps/x86_64/multiarch/strlen-sse2-pminub.S:33 > > > > >>> #1 0x00005555555587ff in __dfsw_strlen (s=0x55555556fe17 "foo", > > > > >>> s_label=<optimized out>, ret_label=0x7fffffffddee) > >...