[PATCH] D104636: [LoopIdiom] [LoopNest] let the pass deal with runtime memset size
Yueh-Ting Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 21 05:55:22 PDT 2021
eopXD added inline comments.
================
Comment at: llvm/test/Transforms/LoopIdiom/memset-runtime.ll:1
+; The C code to generate this testcase:
+; void test(int *ar, long n)
----------------
lebedev.ri wrote:
> Please use update script to autogenerate check lines
I have never auto-generated check lines before. May I ask if there is some resource for me to explore this?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104636/new/
https://reviews.llvm.org/D104636
More information about the llvm-commits
mailing list