soumitrachatterjee / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org.
http://llvm.org
Other
0 stars 7 forks source link

Identify memory access instructions #21

Open soumitrachatterjee opened 1 year ago

soumitrachatterjee commented 1 year ago

Write an LLVM analysis pass that identifies load/store instructions within each function in the program. The pass should be able to handle different memory access patterns, such as direct loads/stores, pointer arithmetic, and nested structures.

PandaPrateek007 commented 11 months ago

Issues Resolved 21,22 and 23