We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
uint32_t
1 parent 6bef697 commit 040b554Copy full SHA for 040b554
llvm/include/llvm/MC/MCRegisterInfo.h
@@ -4,6 +4,9 @@
4
// See https://llvm.org/LICENSE.txt for license information.
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
//
7
+// Modifications (c) Copyright 2025 Advanced Micro Devices, Inc. or its
8
+// affiliates
9
+//
10
//===----------------------------------------------------------------------===//
11
12
// This file describes an abstract interface used to get information about a
@@ -43,7 +46,7 @@ class MCRegisterClass {
43
46
const uint16_t RegsSize;
44
47
const uint16_t RegSetSize;
45
48
const uint16_t ID;
- const uint16_t RegSizeInBits;
49
+ const uint32_t RegSizeInBits;
50
const int8_t CopyCost;
51
const bool Allocatable;
52
const bool BaseClass;
0 commit comments