[PATCH] D17471: [NVPTX] Annotate param loads/stores as mayLoad/mayStore.

Justin Holewinski via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 1 04:52:04 PST 2016


jholewinski added a comment.

I'm not sure I understand the relation to non-param loads/stores.  Param loads/stores will never alias another address space, so arbitrary reordering with other loads/stores should be legal.  Can you show an example of what you're seeing?


http://reviews.llvm.org/D17471





More information about the llvm-commits mailing list