[PATCH] D146847: [NFC] Fix uninitialized member variable use in RVVEmitter::createRVVIntrinsics()
Jessica Clarke via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 24 14:23:42 PDT 2023
jrtc27 added a comment.
None of the other fields are initialised, so blindly initialising it alone to 0 here seems highly suspect. What's the actual case in which it's used whilst uninitialised?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146847/new/
https://reviews.llvm.org/D146847
More information about the cfe-commits
mailing list