[PATCH] D50848: [ConstantFolding] add simplifications for funnel shift intrinsics

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 16 09:22:04 PDT 2018


spatel created this revision.
spatel added reviewers: kparzysz, fabiang, craig.topper.
Herald added a subscriber: mcrosier.

This is another step towards being able to canonicalize to the funnel shift intrinsics in IR (see https://reviews.llvm.org/D49242 for the initial patch). We should not have any loss of simplification power in IR between these and the equivalent IR constructs.


https://reviews.llvm.org/D50848

Files:
  lib/Analysis/ConstantFolding.cpp
  test/Analysis/ConstantFolding/funnel-shift.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50848.161039.patch
Type: text/x-patch
Size: 3947 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180816/ade1edce/attachment.bin>


More information about the llvm-commits mailing list