[PATCH] D120481: [AArch64] Try to re-use extended operand for SETCC with v16i8 operands.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 4 02:12:39 PDT 2022


fhahn updated this revision to Diff 442032.
fhahn added a comment.

Update to lift restrictions on specific vector types.

In D120481#3366872 <https://reviews.llvm.org/D120481#3366872>, @dmgreen wrote:

>> Thanks for taking a look! Agreed that it will be helpful for a couple of other type combinations. But maybe the generalization should be done as follow-ups?
>
> Any reason to do that in a followup, as opposed to doing it here?

Mostly time constraints :)

I finally had some time to generalize this to support vector types in general


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120481

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/vselect-ext.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120481.442032.patch
Type: text/x-patch
Size: 11294 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220704/d68c4bdf/attachment.bin>


More information about the llvm-commits mailing list