[llvm] [MVT] Expand the MVT enum to allow more types (PR #69603)
Nemanja Ivanovic via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 19 06:36:47 PDT 2023
================
@@ -33,7 +33,7 @@ namespace llvm {
/// type can be represented by an MVT.
class MVT {
public:
- enum SimpleValueType : uint8_t {
+ enum SimpleValueType : uint16_t {
----------------
nemanjai wrote:
I have not done any measurements. Do you have a suggestion as to what experiment you'd like me to do?
https://github.com/llvm/llvm-project/pull/69603
More information about the llvm-commits
mailing list