https://github.com/ayalz commented:

Great to see that switch statements can be vectorized by only teaching 
createEdgeMask() how to mask them! This conceptually replaces a switch 
statement with a series of non-cascading conditional branches - one per unique 
successor, along with if-converting them. In the long run each of these steps 
may be modelled separately in VPlan.
Also great to see the tests pre-committed! Have yet to review them next.

https://github.com/llvm/llvm-project/pull/99808
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to