llvm / clangir

A new (MLIR based) high-level IR for clang.
https://clangir.org
Other
307 stars 84 forks source link

[Umbrella] Switch stmt CIRGen issues #666

Open bcardosolopes opened 3 weeks ago

bcardosolopes commented 3 weeks ago

There are many current issues with switch statements, mostly regarding all weird supported combinations. This issue is aggregating all of them in order to facilitate folks to coordinate and execute.

CC: @wenpen @piggynl @gitoleg