[PATCH] D89664: [X86] Add missing code in D89102 [X86] Add HRESET instruction.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 18 19:01:55 PDT 2020


craig.topper added inline comments.


================
Comment at: llvm/lib/Target/X86/X86.td:770
                                                   FeaturePTWRITE,
+                                                  FeatureHRESET,
                                                   FeatureTSXLDTRK,
----------------
Section 1.3 INSTRUCTION SET EXTENSIONS AND FEATURE INTRODUCTION IN INTELĀ®
64 AND IA-32 PROCESSORS  in IntelĀ® Architecture Instruction Set Extensions Programming Reference does not show this instruction being supported on Sapphire Rapids. Is the documentation incorrect or is this change incorrect?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89664



More information about the llvm-commits mailing list