[PATCH] D46851: [WIP] [AArch64] Pattern-match byte store from a vector register.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 14 14:23:40 PDT 2018


efriedma created this revision.
Herald added a reviewer: javed.absar.

This is extremely ugly; the right solution is to implement EXTRACT_SUBREG_TO_REGCLASS, and use it here. Just posting this as a proof of concept, in case anyone else was wondering what the issue was in https://reviews.llvm.org/D46655.


Repository:
  rL LLVM

https://reviews.llvm.org/D46851

Files:
  lib/Target/AArch64/AArch64ISelLowering.cpp
  lib/Target/AArch64/AArch64ISelLowering.h
  lib/Target/AArch64/AArch64InstrInfo.td
  test/CodeGen/AArch64/arm64-collect-loh.ll
  test/CodeGen/AArch64/arm64-st1.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46851.146688.patch
Type: text/x-patch
Size: 4417 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180514/4b3fbbcf/attachment.bin>


More information about the llvm-commits mailing list