mirror of
https://github.com/intel/llvm.git
synced 2026-01-21 12:19:23 +08:00
[RISCV] Initialize AltFmt and TWiden in the VSETVLIInfo default constructor. (#169457)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user