"git@repo.hca.bsc.es:rferrer/llvm-epi.git" did not exist on "b97c06210b71dc1673fbff91dc8bc901270116a4"
[RISCV] Enable cross basic block aware vsetvli insertion
This patch extends D102737 to allow VL/VTYPE changes to be taken into account before adding an explicit vsetvli. We do this by using a data flow analysis to propagate VL/VTYPE information from predecessors until we've determined a value for every value in the function. We use this information to determine if a vsetvli needs to be inserted before the first vector instruction the block. Differential Revision: https://reviews.llvm.org/D102739
Loading
Please register or sign in to comment