search for: a9121da4

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

2008 Mar 12
0
[LLVMdev] Language lawyer question
...tics, and then the question is why you don't do that for even the degenerate cases. So again, it turns into an optimization test case. Shantonu -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080312/a9121da4/attachment.html>
2008 Mar 12
3
[LLVMdev] Language lawyer question
On Mar 11, 2008, at 9:47 PM, Patrick Meredith wrote: > I thought pointer referencing like this was only valid for arrays. > I could be wrong, but it might be that looping over the struct like > that > is invalid, making it undefined behavior (and then the hole doesn't > matter because there is no valid way to access it). That said, I've > definitely > seen