[PATCH] D17471: [NVPTX] Annotate param loads/stores as mayLoad/mayStore.
Justin Holewinski via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 29 17:53:56 PST 2016
jholewinski accepted this revision.
jholewinski added a comment.
This revision is now accepted and ready to land.
Sorry, missed the original notifications.
The change looks reasonable. Do you have a particular example that shows the issue you're addressing here? The pre-call stores and post-call loads should be properly chained to prevent invalid reordering.
http://reviews.llvm.org/D17471
More information about the llvm-commits
mailing list