[PATCH] D104636: [LoopIdiom] [LoopNest] let the pass deal with runtime memset size
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 21 05:45:30 PDT 2021
lebedev.ri added a comment.
Why is this beneficial?
================
Comment at: llvm/test/Transforms/LoopIdiom/memset-runtime.ll:1
+; The C code to generate this testcase:
+; void test(int *ar, long n)
----------------
Please use update script to autogenerate check lines
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