search for: 5eccdc6a

Displaying 2 results from an estimated 2 matches for "5eccdc6a".

Did you mean: 5eccc6a5
2013 Jan 25
0
[LLVMdev] llvm alloca dependencies
...str[j] = 1; > } > > we expect to find a more interesting pattern. > > Preston > > -- Best regards, Alexandru Ionut Diaconescu -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130125/5eccdc6a/attachment.html>
2013 Jan 24
2
[LLVMdev] llvm alloca dependencies
> I tried methods related to point 1) suggested by you, > but I still have problems of finding dependencies. > What exactly I want to do: > > I have a chain like : Alloca -> Load(1) -> ... -> Computation > where the variable might be changed -> Store(new_var) -> ... -> Load(n) Your example is not very clear. I don't understand what's involved in the