[RISCV] Add statistic support for VSETVL insertion pass (#78543)
commit20a3484b1569e8a586a15af5060e2d796093a54f
authorPiyou Chen <piyou.chen@sifive.com>
Fri, 19 Jan 2024 00:22:25 +0000 (19 08:22 +0800)
committerGitHub <noreply@github.com>
Fri, 19 Jan 2024 00:22:25 +0000 (19 08:22 +0800)
treec0b2d39bdc77d55c1043a83b75607a7707996d3e
parent8649328060b4e748502d1d859f9c9c1bd3c2bccc
[RISCV] Add statistic support for VSETVL insertion pass (#78543)

This patch make vsetvl insertion pass could track the number of
inserted/removed vsetvl instruction from `-stats` option.
llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp