[PATCH] D128934: [X86] Add RDPRU instruction

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 5 01:34:06 PDT 2022


RKSimon added a comment.

Please can you add a disassembler test?

Other than that - does anyone have any further comments?



================
Comment at: llvm/test/CodeGen/X86/rdpru.ll:5
+; RUN: llc < %s -mtriple=x86_64-- -mattr=+rdpru | FileCheck %s --check-prefix=X64
+; RUN: llc < %s -mtriple=x86_64-- -mattr=+rdpru -fast-isel | FileCheck %s --check-prefix=X64
+
----------------
Worth adding -mcpu=znver2/znver3 tests?


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

https://reviews.llvm.org/D128934



More information about the llvm-commits mailing list