ranapratap55 added inline comments.

================
Comment at: clang/lib/CodeGen/CGBuiltin.cpp:17496-17497
+    CallInst *CI =
+        cast<CallInst>(EmitAMDGCNBallotForExec(*this, E, Int64Ty, Int64Ty));
     CI->setConvergent();
     return CI;
----------------
arsenm wrote:
> Don't need the cast or setConvergent anymore
removed cast & setConvergent.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D156219/new/

https://reviews.llvm.org/D156219

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to