[PATCH] D58063: [ARM] Sink zext/sext operands for add and sub to enable vsubl generation.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 11 09:44:21 PST 2019


fhahn created this revision.
fhahn added reviewers: SjoerdMeijer, t.p.northover, samparker, efriedma.
Herald added subscribers: hiraditya, kristof.beyls, javed.absar.
Herald added a project: LLVM.

This uses the infrastructure added in rL353152 <https://reviews.llvm.org/rL353152> to sink zext and sexts to
sub/add users, to enable vsubl/vaddl generation when NEON is available.

See https://bugs.llvm.org/show_bug.cgi?id=40025.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D58063

Files:
  llvm/lib/Target/ARM/ARMISelLowering.cpp
  llvm/lib/Target/ARM/ARMISelLowering.h
  llvm/test/Transforms/CodeGenPrepare/ARM/sink-free-instructions.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58063.186282.patch
Type: text/x-patch
Size: 13800 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190211/f9f4d82a/attachment.bin>


More information about the llvm-commits mailing list