This is an archive of the discontinued LLVM Phabricator instance.

Shift Amount Threshold in DAGCombine
AbandonedPublic

Authored by joanlluch on Oct 14 2019, 3:26 PM.

Details

Reviewers
spatel
Summary

This is a proposal of a TLI hook to allow targets to relax the emission of shifts.
Contributes to a Fix for https://bugs.llvm.org/show_bug.cgi?id=43559
(please note that the diff is from Release/9.x)

Diff Detail

Event Timeline

joanlluch created this revision.Oct 14 2019, 3:26 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 14 2019, 3:26 PM
joanlluch edited the summary of this revision. (Show Details)Oct 14 2019, 3:41 PM
joanlluch edited the summary of this revision. (Show Details)Oct 14 2019, 3:44 PM
joanlluch edited the summary of this revision. (Show Details)
joanlluch abandoned this revision.Oct 15 2019, 4:24 AM

I abandoned this, created D68982 instead