[PATCH] D68957: Shift Amount Threshold in DAGCombine

Joan LLuch via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 14 15:28:22 PDT 2019


joanlluch created this revision.
joanlluch added a reviewer: spatel.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.

This is a proposal of a TLI hook to allow targets to relax the emission of shifts.
Contributes to a Fix for PR43559
(please note that the diff is from Release/9.x)


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D68957

Files:
  llvm/include/llvm/CodeGen/TargetLowering.h
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68957.224917.patch
Type: text/x-patch
Size: 6731 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191014/1b897566/attachment.bin>


More information about the llvm-commits mailing list