llvm-project
1bbac057
- [clang][bytecode] Fix ignoring comparisons in C (#156180)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
35 days ago
[clang][bytecode] Fix ignoring comparisons in C (#156180) Our comparison ops always return bool, and we do the pop before the conversion to in in C. Fixes #156178
References
#156180 - [clang][bytecode] Fix ignoring comparisons in C
Author
tbaederr
Parents
62ff9ac4
Loading