[PATCH] D108507: [NFC][LoopIdiom] Add more test case to runtime-determined memset size

Yueh-Ting Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 20 09:46:11 PDT 2021


eopXD updated this revision to Diff 381004.
eopXD added a comment.

Address comments.

- match argument to actual function
- have 4-byte induction variables in `memset-runtime-32bit.ll` with 8-byte upper bound.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108507

Files:
  llvm/test/Transforms/LoopIdiom/memset-runtime-32bit.ll
  llvm/test/Transforms/LoopIdiom/memset-runtime-64bit.ll
  llvm/test/Transforms/LoopIdiom/memset-runtime.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108507.381004.patch
Type: text/x-patch
Size: 36302 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211020/3cd3d754/attachment.bin>


More information about the llvm-commits mailing list