[PATCH] D103227: [AArch64][GlobalISel] Legalize oversize G_EXTRACT_VECTOR_ELT sources.

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 26 23:36:03 PDT 2021


aemerson created this revision.
aemerson added reviewers: paquette, arsenm.
aemerson added a project: LLVM.
Herald added subscribers: danielkiss, hiraditya, kristof.beyls, rovka.
aemerson requested review of this revision.
Herald added a subscriber: wdng.

Also changes the fewerElements helper to use the lookthrough constant helper instead of m_ICst, since m_ICst doesn't look through extends.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D103227

Files:
  llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
  llvm/test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll
  llvm/test/CodeGen/AArch64/GlobalISel/legalize-extract-vector-elt.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103227.348172.patch
Type: text/x-patch
Size: 7361 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210527/8cea741f/attachment.bin>


More information about the llvm-commits mailing list