[PATCH] D25713: Improve ARM lowering for "icmp <2 x i64> eq".

Eli Friedman via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 17 17:56:59 PDT 2016


efriedma created this revision.
efriedma added reviewers: jmolloy, t.p.northover.
efriedma added a subscriber: llvm-commits.
efriedma set the repository for this revision to rL LLVM.
Herald added subscribers: rengolin, aemerson.

The custom lowering is pretty straightforward: basically, just AND together the two halves of a <4 x i32> compare.


Repository:
  rL LLVM

https://reviews.llvm.org/D25713

Files:
  lib/Target/ARM/ARMISelLowering.cpp
  test/CodeGen/ARM/vicmp-64.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25713.74939.patch
Type: text/x-patch
Size: 4263 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161018/26acb93a/attachment.bin>


More information about the llvm-commits mailing list