Files
clang-p2996/llvm/test/Transforms/AggressiveInstCombine
natedal b0924ed64e [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.
2025-01-29 14:06:04 +08:00
..