[PATCH] D15808: [X86][PKU] add intrinsic for {RD|WR}PKRU

Elena Demikhovsky via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 30 11:57:54 PST 2015


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

LGTM


================
Comment at: ../trunk/lib/Target/X86/X86InstrSystem.td:557
@@ +556,3 @@
+                [(int_x86_wrpkru GR32:$src)]>;
+  def RDPKRU : PseudoI<(outs GR32:$src), (ins),
+                [(set GR32:$src, (int_x86_rdpkru))]>;
----------------
GR32:$dst


Repository:
  rL LLVM

http://reviews.llvm.org/D15808





More information about the llvm-commits mailing list