[PATCH] D53594: [GlobalISel] Introduce G_BUILD_VECTOR and G_CONCAT_VECTOR opcodes

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 5 16:38:54 PST 2018


aemerson updated this revision to Diff 172681.
aemerson added a comment.

Added comment for G_BUILD_VECTOR_TRUNC and tests for the verifier. I haven't added all the different combinations because we can only write one test per file, so I tested the most useful of the verifier errors.


Repository:
  rL LLVM

https://reviews.llvm.org/D53594

Files:
  include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
  include/llvm/Support/TargetOpcodes.def
  include/llvm/Target/GenericOpcodes.td
  lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
  lib/CodeGen/MachineVerifier.cpp
  test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
  test/Verifier/gisel-g_build_vector.mir
  test/Verifier/gisel-g_build_vector_trunc.mir
  test/Verifier/gisel-g_concat_vector.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53594.172681.patch
Type: text/x-patch
Size: 14031 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181106/3443fad7/attachment.bin>


More information about the llvm-commits mailing list