This is an archive of the discontinued LLVM Phabricator instance.

[X86] Add missing code in D89102 [X86] Add HRESET instruction.
AbandonedPublic

Authored by pengfei on Oct 18 2020, 6:56 PM.

Diff Detail

Event Timeline

pengfei created this revision.Oct 18 2020, 6:56 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 18 2020, 6:56 PM
pengfei requested review of this revision.Oct 18 2020, 6:56 PM
craig.topper added inline comments.Oct 18 2020, 7:01 PM
llvm/lib/Target/X86/X86.td
770

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?

pengfei abandoned this revision.Oct 20 2020, 10:04 PM

HRESET is not supported on Sapphire Rapids. Thanks for pointing it out.