[llvm] [X86] TableGen-erate SDNode descriptions (PR #168421)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 18 03:57:42 PST 2025


================
@@ -5265,6 +5265,8 @@ multiclass SS41I_extract8<bits<8> opc, string OpcodeStr> {
 let Predicates = [HasAVX, NoBWI] in
   defm VPEXTRB : SS41I_extract8<0x14, "vpextrb">, VEX, WIG;
 
+// Extract an 8-bit value from a vector and zero extend it to
+// i32, corresponds to X86::PEXTRB.
----------------
RKSimon wrote:

Move this to the SDNode def?

https://github.com/llvm/llvm-project/pull/168421


More information about the llvm-commits mailing list