[PATCH] D89102: [X86] Add HRESET instruction.
Simon Pilgrim via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 9 02:28:43 PDT 2020
RKSimon added a comment.
Please can you add a mention in the 12.0 release notes?
================
Comment at: llvm/lib/Target/X86/X86InstrInfo.td:2920
+ def HRESET : Ii8<0xF0, MRM_C0, (outs), (ins i32u8imm:$imm), "hreset\t$imm", []>,
+ Requires<[HasHRESET]>, TAXS;
+
----------------
Put this under the WriteSystem SchedRW class?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89102/new/
https://reviews.llvm.org/D89102
More information about the cfe-commits
mailing list