Displaying 1 result from an estimated 1 matches for "multidimensionalindex".
2006 Jun 07
2
[LLVMdev] instruction combiner patch
...return y[2];
becomes:
return 42;
Similarly, it also generates undef on out of range arrays, but only if
it's out of the range of the whole multi-dimensional array this time.
Patch attached.
Nick Lewycky
-------------- next part --------------
A non-text attachment was scrubbed...
Name: multidimensionalindex.patch
Type: text/x-patch
Size: 8076 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060607/823e45fe/attachment.bin>