<pre>Hello,<br><br>I'm working with a pass that operates at the LLVM IR level. I need to run<br>some statistics on instructions that access memory, and I'm wondering, at<br>the IR level, which instructions aside from Load and Store access memory<br>
directly as a result of their operation? I know on an ISA level, this<br>varies from arch to arch, but I'm wondering how LLVM has this set up at the<br>IR level.<br><br>Thank you,<br>Griffin Wright</pre>