[PATCH] D155146: Add SHA512 instructions.

Phoebe Wang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 13 19:01:23 PDT 2023


pengfei added inline comments.


================
Comment at: llvm/lib/Target/X86/X86.td:243
+                                      "Support SHA512 instructions",
+                                      [FeatureAVX]>;
 // Processor supports CET SHSTK - Control-Flow Enforcement Technology
----------------
craig.topper wrote:
> AVX2 like other integer features?
ISE says it only requires AVX


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155146



More information about the cfe-commits mailing list