search for: 15492d18

Displaying 3 results from an estimated 3 matches for "15492d18".

Did you mean: 1492d48
2010 Oct 27
2
[LLVMdev] strict aliasing and LLVM
Is type based aliasing implemented in LLVM? Simple test case shows it is not, or an option similar to -fstrict-aliasing is needed? Thanks, David -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101027/f24b1afc/attachment.html>
2010 Oct 27
0
[LLVMdev] strict aliasing and LLVM
On 27 October 2010 18:17, Xinliang David Li <xinliangli at gmail.com> wrote: > Is type based aliasing implemented in LLVM? Simple test case shows it is > not, or an option similar to -fstrict-aliasing is needed? It is being implemented. You have to use clang, not llvm-gcc. The types are encoded as metadata. Compile with -OX and and look for the TBAA metadata in the .ll file. >
2010 Oct 28
2
[LLVMdev] strict aliasing and LLVM
...data. Compile with -OX and and look for the > TBAA metadata in the .ll file. > > > Thanks, > > David > > Cheers, > Rafael > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101027/15492d18/attachment.html>