[PATCH] D68232: [DAGCombine] Match a greater range of rotate when not all bits are demanded.

Amaury SECHET via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 30 09:41:35 PDT 2019


deadalnix created this revision.
deadalnix added reviewers: craig.topper, efriedma, RKSimon, lebedev.ri.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Only match trunc for now, as integrating into the SimplifyDemandedBits proved to be a significant challenge.


Repository:
  rL LLVM

https://reviews.llvm.org/D68232

Files:
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  test/CodeGen/X86/rot16.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68232.222454.patch
Type: text/x-patch
Size: 10140 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190930/d3fc0a87/attachment-0001.bin>


More information about the llvm-commits mailing list