[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
Mon Jun 21 03:49:45 PDT 2021


fhahn added a comment.

In D104631#2830110 <https://reviews.llvm.org/D104631#2830110>, @eopXD wrote:

> User may need to create versioned loops of such structure to append more runtime checks conditions to the branch instruction.

Are you planning on sharing a follow-up that makes use of the new functionality? That would be helpful to review this and the earlier patch, to make sure the new API is a good fit. Also, it would be good to have a way to test this.


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