[RISCV] Initialize AltFmt and TWiden in the VSETVLIInfo default constructor. (#169457)

This commit is contained in:
Craig Topper
2025-11-25 07:05:51 -08:00
committed by GitHub
parent 4f5fb36ddb
commit 3564870a9f

View File

@@ -539,7 +539,7 @@ class VSETVLIInfo {
public:
VSETVLIInfo()
: AVLImm(0), TailAgnostic(false), MaskAgnostic(false),
SEWLMULRatioOnly(false) {}
SEWLMULRatioOnly(false), AltFmt(false), TWiden(0) {}
static VSETVLIInfo getUnknown() {
VSETVLIInfo Info;