Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dataflow via existing LLVM intrinsics. #22

Open
kavon opened this issue Sep 9, 2017 · 1 comment
Open

Dataflow via existing LLVM intrinsics. #22

kavon opened this issue Sep 9, 2017 · 1 comment

Comments

@kavon
Copy link
Owner

kavon commented Sep 9, 2017

Michal brought up the existing @llvm.invariant intrinsics for marking a region of memory during a section of a block that we know is not mutable.

I think this or something like it would help the LLVM optimizer gain information during analysis.

@michalt
Copy link
Collaborator

michalt commented Oct 31, 2017

There's a thread about it on llvm-dev that might be useful:
https://lists.llvm.org/pipermail/llvm-dev/2017-October/118618.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants