[PATCH] D71009: [AArch64][SVE] Add wide compare immediate patterns
Cullen Rhodes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 4 05:48:16 PST 2019
c-rhodes created this revision.
c-rhodes added reviewers: sdesmalen, efriedma, dancgr, rovka, rengolin.
Herald added subscribers: psnobl, rkruppe, hiraditya, kristof.beyls, tschuett.
Herald added a project: LLVM.
c-rhodes added a parent revision: D70889: [AArch64][SVE] Implement integer compare intrinsics.
Recognize wide compares where the wide operand is a splat of a scalar
value in the appropriate range and convert to the immediate variant of
the instruction.
Patch by Graham Hunter
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D71009
Files:
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/test/CodeGen/AArch64/sve-intrinsics-int-compares-with-imm.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71009.232096.patch
Type: text/x-patch
Size: 37742 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191204/9059b4c9/attachment.bin>
More information about the llvm-commits
mailing list