Displaying 1 result from an estimated 1 matches for "l634".
Did you mean:
634
2017 Jan 02
2
Indices for extractvalue and insertvalue
...its last element.
Given this restriction I feel we have a bug here (uint64_t is passed
as a unsigned). This cant happen because of the if (NumElements >
1024) guard, but its a bug anyways.
https://github.com/llvm-mirror/llvm/blob/master/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp#L634
Thanks,
-Xin