[llvm-dev] Replace all memory access with registry access

Vedant Kumar via llvm-dev llvm-dev at lists.llvm.org
Wed Mar 6 10:23:10 PST 2019


Hi,

Could you share some more details about what you're trying to accomplish?

Generally speaking, some instructions necessarily load/store from/to memory (e.g. updates to a shared memory region).

best,
vedant

> On Mar 6, 2019, at 9:37 AM, Alberto Barbaro via llvm-dev <llvm-dev at lists.llvm.org> wrote:
> 
> Hi all,
> Is there any way for converting any instruction that is loading or storing in memory into an instruction that just deal with registries?
> 
> I'm not even sure if it is possible. Any suggestion?
> 
> Thanks
> _______________________________________________
> 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