[PATCH] D70858: [GlobalISel][RFC] Importing insert/extract vector element patterns

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 20 14:09:41 PST 2020


arsenm added inline comments.


================
Comment at: llvm/include/llvm/Support/TargetOpcodes.def:570
+/// Generic extractelement with anyextend.
+HANDLE_TARGET_OPCODE(G_ANYEXT_EXTRACT_VECTOR_ELT)
+
----------------
Can you split out the new opcode handling into a separate patch?


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

https://reviews.llvm.org/D70858





More information about the llvm-commits mailing list