topperc wrote: > Should we just emit a vscale intrinsic instead? I think vlenb would be > defined then as `vscale * 8 = vlenb`, and it would automatically get all the > value tracking information in vplan. > > `vscale` isn't really defined for zvl32b but this code uses > `llvm::RISCV::RVVBytesPerBlock` which has the same problem anyway.
I don't think we can use `llvm::RISCV::RVVBytesPerBlock` or a vscale intrinsic. Intrinsics should work for zvl32b. https://github.com/llvm/llvm-project/pull/219924 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
