This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG9972c9a89347: [NFC] Remove unused member variable `PolicyBitMask` in SemaRecord (authored by schittir).
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D146847/new/ https://reviews.llvm.org/D146847 Files: clang/utils/TableGen/RISCVVEmitter.cpp Index: clang/utils/TableGen/RISCVVEmitter.cpp =================================================================== --- clang/utils/TableGen/RISCVVEmitter.cpp +++ clang/utils/TableGen/RISCVVEmitter.cpp @@ -57,9 +57,6 @@ // Suffix of overloaded intrinsic name. SmallVector<PrototypeDescriptor> OverloadedSuffix; - // BitMask for supported policies. - uint16_t PolicyBitMask; - // Number of field, large than 1 if it's segment load/store. unsigned NF;
Index: clang/utils/TableGen/RISCVVEmitter.cpp =================================================================== --- clang/utils/TableGen/RISCVVEmitter.cpp +++ clang/utils/TableGen/RISCVVEmitter.cpp @@ -57,9 +57,6 @@ // Suffix of overloaded intrinsic name. SmallVector<PrototypeDescriptor> OverloadedSuffix; - // BitMask for supported policies. - uint16_t PolicyBitMask; - // Number of field, large than 1 if it's segment load/store. unsigned NF;
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits