Files
clang-p2996/llvm/lib/Transforms/AggressiveInstCombine
Franklin Zhang 1241e7692a [AggressiveInstCombine] Fix strncmp inlining (#91204)
Fix the issue that `char` constants are converted to `uint64_t` in the
wrong way when doing the inlining.
2024-05-06 22:04:35 +08:00
..