[PATCH] D155142: Add PBNDKB instruction.

Phoebe Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 13 05:20:10 PDT 2023


pengfei added inline comments.


================
Comment at: llvm/lib/Target/X86/X86InstrSystem.td:433
 
+let Uses = [RAX, RBX, RCX], Predicates = [In64BitMode] in
+def PBNDKB : I<0x01, MRM_C7, (outs), (ins), "pbndkb", []>, PS;
----------------
It defs RAX instead of use.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155142



More information about the llvm-commits mailing list