[PATCH] D146847: [NFC] Fix uninitialized member variable use in RVVEmitter::createRVVIntrinsics()
Sindhu Chittireddy via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 27 14:40:13 PDT 2023
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;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146847.508802.patch
Type: text/x-patch
Size: 466 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230327/29974a4b/attachment.bin>
More information about the cfe-commits
mailing list