[PATCH] D120582: [AArch64] Match shuffle/cast as zext.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 25 11:32:13 PST 2022


fhahn created this revision.
fhahn added reviewers: t.p.northover, ab, dmgreen, paquette.
Herald added subscribers: hiraditya, kristof.beyls.
fhahn requested review of this revision.
Herald added a project: LLVM.

Extend tryToWidenSetCCOperands logic to consider implicit zexts via
the shuffle/cast pattern introduced in D120571 <https://reviews.llvm.org/D120571>.

Depends on D120571 <https://reviews.llvm.org/D120571>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D120582

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120582.411481.patch
Type: text/x-patch
Size: 6348 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220225/d6012e1a/attachment.bin>


More information about the llvm-commits mailing list