dotnet/roslyn
View on GitHubBranchless codegen for lifted nullable operators | and &
Open
#26,009 opened on Apr 6, 2018
Area-CompilersCode Gen Qualityhelp wanted
Repository metrics
- Stars
- (20,414 stars)
- PR merge metrics
- (Avg merge 6d 17h) (256 merged PRs in 30d)
Description
It would be nice to have improved code gen for & and | analogous to the changes in https://github.com/dotnet/roslyn/pull/25992.
For VB too.