We could use x0 form in vsetvli when we already know the vlmax and avl is equal to it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp | ||
---|---|---|
557 | const unsigned VLEN = Subtarget->getRealMinVLen(); if (VLEN == Subtarget->getRealMaxVLen()) { |