This is an archive of the discontinued LLVM Phabricator instance.

[Polly] Make optimizations based on pattern matching be enabled by default
ClosedPublic

Authored by gareevroman on Feb 23 2017, 3:38 AM.

Details

Summary

Currently, pattern based optimizations of Polly can identify matrix multiplication and optimize it according to BLIS matmul optimization pattern (see ScheduleTreeOptimizer for details). This patch makes optimizations based on pattern matching be enabled by default.

Diff Detail

Repository
rL LLVM

Event Timeline

gareevroman created this revision.Feb 23 2017, 3:38 AM
grosser accepted this revision.Feb 23 2017, 3:48 AM

LGTM.

This revision is now accepted and ready to land.Feb 23 2017, 3:48 AM
This revision was automatically updated to reflect the committed changes.