[PATCH] D62308: [AArch64] support neon_sshl and neon_ushl in performIntrinsicCombine.

Adam Nemet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 20 08:23:58 PDT 2019


anemet added a comment.

In D62308#1676691 <https://reviews.llvm.org/D62308#1676691>, @fhahn wrote:

> I'll submit a separate patch for turning ushl -> shl, if the shift is all constant.


... and sshl -> shl?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62308





More information about the llvm-commits mailing list