diff options
author | natedal <125322768+natedal@users.noreply.github.com> | 2025-01-29 01:06:04 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-29 14:06:04 +0800 |
commit | b0924ed64e0d814ab23fa474c2047030dd3a2f46 (patch) | |
tree | d390d7cbb85861489a799acf32001e25fbcc8fef /llvm/lib/CodeGen/CommandFlags.cpp | |
parent | d4159e2a1d1d640077b2e5cde66b0a284049955f (diff) | |
download | llvm-b0924ed64e0d814ab23fa474c2047030dd3a2f46.zip llvm-b0924ed64e0d814ab23fa474c2047030dd3a2f46.tar.gz llvm-b0924ed64e0d814ab23fa474c2047030dd3a2f46.tar.bz2 |
[AggressiveInstCombine] Add tests for memchr inline threshold (NFC) (#121711)
This adds a test checking that, if length=2, memchr is called. This is
undesirable as it would be faster to directly compare the two array
elements with the target element, rather than calling the external
memchr function.
Diffstat (limited to 'llvm/lib/CodeGen/CommandFlags.cpp')
0 files changed, 0 insertions, 0 deletions