search for: bc78985d

Displaying 2 results from an estimated 2 matches for "bc78985d".

2007 Sep 12
0
[LLVMdev] volatiles
...gcc test_volatile.c -emit-llvm -O3 -S -o test_volatile.ll -------------- next part -------------- A non-text attachment was scrubbed... Name: test_volatile.ll Type: application/octet-stream Size: 17432 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070911/bc78985d/attachment.obj> -------------- next part -------------- Thanks! -Chris
2007 Sep 11
2
[LLVMdev] volatiles
The attached file contains some simple functions that manipulate volatile varibles. The functions near the top of the file should turn into code that loads from x and then stores to it. The LLVM version on the web (not sure if it's the latest...) gets most of these wrong. John Regehr -------------- next part --------------