search for: newstructpathtbaa

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

2019 Jan 14
2
Aliasing rules difference between GCC and Clang
...and this would give a NoAlias above, right? Did I understand this correctly, or did I miss anything relevant? What method(s) would need to be modified to handle this? Is it feasible to do this now, or are there other planned steps that somebody is working on? Would this improvement require the NewStructPathTBAA flag to be on, and if so, what is the outlook on this? @Ivan: For what I can see, you had a list of planned improvements. What are your thoughts on this? Thanks for any help, Jonas
2019 Jan 18
2
Aliasing rules difference between GCC and Clang
...r opinion? To me, it seems like a first good step to just handle different struct types, which does not require any size awareness. I am not sure however how simple this would be, and I would not want it to get in your way with the new TBAA. /Jonas > > Would this improvement require the NewStructPathTBAA flag to be > > on, and if so, what is the outlook on this? > > It depends on whether handling of constant-indexed accesses would be > enough for your use cases. > > One of the goals behind the new TBAA is to be able to accurately > represent various kinds accesses to subob...