We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from: llvm/llvm-project@d3016aa to: llvm/llvm-project@e248f0d commit: 8c96b76
from d3016aa889ac12fd8a047d68fed2ddaca107b990 to e248f0df14e407b8ae98cd31fb2e77fc058f3c7e
e248f0df14e407b8ae98cd31fb2e77fc058f3c7e [Flang] Update Extensions.md for supported BIND(C) LOGICAL kind. (#88159) 7599d478efb1576b5013d17a70971f76d6f7c25a [InstCombine] Fold (icmp eq/ne (add nuw x, y), 0) -> (icmp eq/ne (or x, y), 0) 759bab068157d93a71ef20dc28a2eaed4fec6d40 [InstCombine] Add tests for folding (icmp eq/ne (add nuw x, y), 0); NFC 5d9d740c39a6cf21f0d54ec572aed3c2f556cbcb Remove the unused IntervalPartition analysis pass (#88133)
(icmp eq/ne (add nuw x, y), 0)
(icmp eq/ne (or x, y), 0)
The text was updated successfully, but these errors were encountered:
(icmp eq/ne (or (select cond, 0/NZ, 0/NZ), X), 0)
Successfully merging a pull request may close this issue.
from: llvm/llvm-project@d3016aa
to: llvm/llvm-project@e248f0d
commit: 8c96b76
Change Logs
from d3016aa889ac12fd8a047d68fed2ddaca107b990 to e248f0df14e407b8ae98cd31fb2e77fc058f3c7e
e248f0df14e407b8ae98cd31fb2e77fc058f3c7e [Flang] Update Extensions.md for supported BIND(C) LOGICAL kind. (#88159)
7599d478efb1576b5013d17a70971f76d6f7c25a [InstCombine] Fold
(icmp eq/ne (add nuw x, y), 0)
->(icmp eq/ne (or x, y), 0)
759bab068157d93a71ef20dc28a2eaed4fec6d40 [InstCombine] Add tests for folding
(icmp eq/ne (add nuw x, y), 0)
; NFC5d9d740c39a6cf21f0d54ec572aed3c2f556cbcb Remove the unused IntervalPartition analysis pass (#88133)
The text was updated successfully, but these errors were encountered: