[PATCH] D45872: [DA] Enable -da-delinearize by default

Tobias Grosser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 23 04:56:46 PDT 2018


grosser added a comment.

Exactly. The reason this was not done before is that we did not really had a user. Historically the LLVM's DA was implemented without users, then we added delinearization with Polly being the first (and only) user. The classical loop transformation passes came only later.


https://reviews.llvm.org/D45872





More information about the llvm-commits mailing list