diff options
author | AZero13 <gfunni234@gmail.com> | 2025-05-22 14:28:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-22 20:28:45 +0200 |
commit | eaf911bb98509e47b35376ffbc800dca6c803793 (patch) | |
tree | 33fe96627503ff96e86edb62bda17a2d58e76fc5 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 00f40e3c1ac3163dd92ed7f5a0779775ed190596 (diff) | |
download | llvm-eaf911bb98509e47b35376ffbc800dca6c803793.zip llvm-eaf911bb98509e47b35376ffbc800dca6c803793.tar.gz llvm-eaf911bb98509e47b35376ffbc800dca6c803793.tar.bz2 |
[InstCombine] Fix comment typo that incorrectly described fold (NFC) (#141105)
icmp ne X, (sext (icmp ne X, 0)) --> X != 0 && X != -1, not X != 0 && X
== -1, which would go to X == -1 anyway.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions