[PATCH] D38191: [NVPTX] added match.{any, all}.sync instructions, intrinsics & builtins.
Artem Belevich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 26 15:30:46 PDT 2017
tra reopened this revision.
tra added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/trunk/lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp:716
case Intrinsic::nvvm_texsurf_handle_internal:
SelectTexSurfHandle(N);
+ case Intrinsic::nvvm_match_all_sync_i32p:
----------------
I've unintentionally killed `return true;` here and that's what broke the texture tests. I'm not sure yet why my local tests worked.
https://reviews.llvm.org/D38191
More information about the llvm-commits
mailing list