[PATCH] D104631: [LoopVersioning] add function to create versioned loop with plain runtime check

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 24 07:06:21 PDT 2021


fhahn added a comment.

In terms of structuring of `LoopVersioning`, I think it would be great if the existing functionality could be refactored so that there is a set of helper functions that expose the functionality for re-use, rather than growing the existing `LoopVersioning` class.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104631



More information about the llvm-commits mailing list