[all-commits] [llvm/llvm-project] 9972c9: [NFC] Remove unused member variable `PolicyBitMask...
schittir via All-commits
all-commits at lists.llvm.org
Mon Mar 27 14:40:12 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9972c9a893478241b7c9d8b587df978bc6d7e5a0
https://github.com/llvm/llvm-project/commit/9972c9a893478241b7c9d8b587df978bc6d7e5a0
Author: Chittireddy, Sindhu <sindhu.chittireddy at intel.com>
Date: 2023-03-27 (Mon, 27 Mar 2023)
Changed paths:
M clang/utils/TableGen/RISCVVEmitter.cpp
Log Message:
-----------
[NFC] Remove unused member variable `PolicyBitMask` in SemaRecord
Coverity static analysis tool found PolicyBitMask being used
uninitialized in push_back call in RVVEmitter::createRVVIntrinsics()
but this variable has no uses.
Differential revision: https://reviews.llvm.org/D146847
More information about the All-commits
mailing list