[PATCH] D24943: [NVPTX] Added intrinsics for atom.gen.{sys|cta}.* instructions.

Justin Lebar via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 27 14:07:16 PDT 2016


jlebar accepted this revision.
jlebar added a comment.
This revision is now accepted and ready to land.

Yay, this is great.


================
Comment at: lib/Target/NVPTX/NVPTXIntrinsics.td:1408
@@ +1407,3 @@
+  // for Instruction) so we have to enforce specific type on
+  // immediates via explicit cast to ImmTy)
+  def : ATOM23_impl<AsmStr, regclass, Preds,
----------------
Extra )


https://reviews.llvm.org/D24943





More information about the llvm-commits mailing list