[LLVMdev] Behaviour of NVPTX intrinsic
RAVI KORSA
ravi.korsa at gmail.com
Tue Sep 30 09:04:32 PDT 2014
is there any guarantee that the nvptx intrinsic "llvm.nvvm.barrier0" will
not be moved around by opt ?
In other words, can I expect all the instructions above
"llvm.nvvm.barrier0" to remain above it and those below it to remain below,
after all the opt passes are run ?
If that is not the case, is there a way to define such an intrinsic ?
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140930/7ae46ec8/attachment.html>
More information about the llvm-dev
mailing list