search for: 6e8e934d

Displaying 2 results from an estimated 2 matches for "6e8e934d".

2011 Apr 15
0
[LLVMdev] Valid debug information being deleted by DAGCombiner
...bug info section. Any idea on how to get this to work? I've attached the output, which is missing the 'tid' debug variable. Thanks, Micah -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110414/6e8e934d/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: x86_optimized.bc Type: application/octet-stream Size: 1408 bytes Desc: x86_optimized.bc URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110414/6e8e934d/attachment.obj>
2011 Apr 15
2
[LLVMdev] Valid debug information being deleted by DAGCombiner
I am working on some debug problems that we are seeing with the x86 backend and OpenCL. The input is linked.bc. There are three debug values, ip, tid and gid. llc -march=x86 linked.bc -o linked-x86.s <-- assembly file has all three values in the debug info section However, if I attempt to optimize the bitcode with the following command: opt -disable-opt -inline-all -mem2reg linked.bc -o