[PATCH] D53592: [GlobalISel] Use the target preferred type for G_EXTRACT_VECTOR_ELT index

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 23 11:18:15 PDT 2018


aemerson created this revision.
aemerson added reviewers: aditya_nandakumar, dsanders, jpaquette, volkan, bogner, rtereshin.
Herald added subscribers: arphaman, javed.absar, kristof.beyls, rovka.
Herald added a reviewer: paquette.

Use the target preferred type for G_EXTRACT_VECTOR_ELT index.

Allows for better imported pattern re-use.


Repository:
  rL LLVM

https://reviews.llvm.org/D53592

Files:
  include/llvm/Target/GlobalISel/SelectionDAGCompat.td
  lib/CodeGen/GlobalISel/IRTranslator.cpp
  lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  lib/Target/AArch64/AArch64LegalizerInfo.cpp
  test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll
  test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll
  test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53592.170705.patch
Type: text/x-patch
Size: 5997 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181023/1c6280ac/attachment.bin>


More information about the llvm-commits mailing list