[llvm-dev] Array access dependencies

Michael Kruse via llvm-dev llvm-dev at lists.llvm.org
Tue Nov 17 16:26:17 PST 2020


At the last LLVM Developer's Meeting, there was a talk about LLVM
dependency analyses: https://www.youtube.com/watch?v=1e5y6WDbXCQ

Michael

Am Mo., 2. Nov. 2020 um 13:47 Uhr schrieb Anilava Kundu via llvm-dev
<llvm-dev at lists.llvm.org>:
>
> Hi all
>
> I am relatively new to LLVM and I am still trying to work my way through. What I am trying to implement is a list of array access and indices of the same within loops. I can then probably try to work on dependencies they can have.
>
> I have already got all the Basic blocks in a loop and I am looking at load & store instructions to reconstruct array access (casting GEP instructions).
>
> I tried the default dependence analysis to get probable dependencies but it was of no use.
>
> Is there a more graceful way of looking for array accesses or reconstructing them for that matter.
>
> Any help would be appreciated
>
> Regards
> Anilava
>
> Disclaimer:- The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this email. Please notify the sender immediately and destroy all copies of this message and any attachments. The views expressed in this E-mail message (including the enclosure/(s) or attachment/(s) if any) are those of the individual sender, except where the sender expressly, and with authority, states them to be the views of IIT Hyderabad. Before opening any mail and attachments please check them for viruses, malware, and the sender email address is indeed from IITH domain. IITH does not accept any liability for malware infected mails.
>
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev


More information about the llvm-dev mailing list