[PATCH] D126338: [RISCV] Hoist VSETVLI out of some scalable loops

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 24 16:24:07 PDT 2022


craig.topper added a comment.

The use of vscale came from the scalable vector autovectorizer. llvm.vscale is VLEN/RISCV::RVVBitsPerBlock. Which I guess is the right VLMAX for SEW=RISCV::RVVBitsPerBlock where RISCV::RVVBitPerBlock is 64.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126338/new/

https://reviews.llvm.org/D126338



More information about the llvm-commits mailing list