[PATCH] D80580: Separate Peeling Properties into its own struct

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 1 14:04:27 PDT 2020


Meinersbur added a comment.

Added @hfinkel as reviewer who introduced `UnrollingPreferences`.

Unfortunatey, `UnrollingPreferences` mixes unroll/peel decisions for a specific loop with settings on how/whether to unroll/peel loops in general.

Given this preexisting issue, the patch itself look fine.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80580/new/

https://reviews.llvm.org/D80580





More information about the llvm-commits mailing list