[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
Wed Dec 5 15:57:13 PST 2018


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL348430: [GlobalISel] Introduce G_BUILD_VECTOR, G_BUILD_VECTOR_TRUNC and G_CONCAT_VECTOR… (authored by aemerson, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D53594?vs=172681&id=176890#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D53594

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53594.176890.patch
Type: text/x-patch
Size: 14422 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181205/15a1f8bc/attachment.bin>


More information about the llvm-commits mailing list