[PATCH] D67550: [AArch64][SVE] Implement unpack intrinsics

David Greene via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 10 09:08:38 PDT 2019


greened added inline comments.


================
Comment at: lib/Target/AArch64/SVEInstrFormats.td:836
 class sve_int_perm_unpk<bits<2> sz16_64, bits<2> opc, string asm,
-                        ZPRRegOp zprty1, ZPRRegOp zprty2>
+                        ZPRRegOp zprty1, ZPRRegOp zprty2, SDPatternOperator op>
 : I<(outs zprty1:$Zd), (ins zprty2:$Zn),
----------------
Where is `op` used?  I assume that comes later but it would help to understand where this is going.


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

https://reviews.llvm.org/D67550





More information about the cfe-commits mailing list