dotnet/roslyn

Branchless codegen for lifted nullable operators | and &

Open

#26,009 opened on Apr 6, 2018

View on GitHub
 (2 comments) (0 reactions) (0 assignees)C# (4,257 forks)batch import
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.

Contributor guide