+/* Recognize patterns like [4 5 6 7 12 13 14 15] where a consecutive part of a
+   vector is combined into another.  */

Is it better to use vcompress to combine such pattern ?

[4 5 6 7 x x x x] 
[x x x x 12 13 14 15] 
combine them use a single vcompress.vvm instruction ?


juzhe.zh...@rivai.ai

Reply via email to