Hi Jeff: > Ah, I should have looked at those regexps closer. Understood about the > checking for hoisting the vsetvl. Though it makes me wonder if we'd be > better off dumping information out of the vsetvl pass.
I've discussed adding an extra verify pass and a kind of rating mechnish to vsetvli pass with Ju-Zhe, so that we don't need to do such asm scan, which is relatively fragile to broken. And we'll implement that in the next few weeks :) Thanks