[all-commits] [llvm/llvm-project] 0dc5dc: [MCA][NFC] Removed unused method, and fixed a cov...
Andrea Di Biagio via All-commits
all-commits at lists.llvm.org
Fri Aug 27 04:52:02 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0dc5dc6531de2b8542fbb0a0bef281c7f9f46a22
https://github.com/llvm/llvm-project/commit/0dc5dc6531de2b8542fbb0a0bef281c7f9f46a22
Author: Andrea Di Biagio <andrea.dibiagio at sony.com>
Date: 2021-08-27 (Fri, 27 Aug 2021)
Changed paths:
M llvm/include/llvm/MCA/Instruction.h
M llvm/tools/llvm-mca/Views/SummaryView.h
Log Message:
-----------
[MCA][NFC] Removed unused method, and fixed a coverity issue.
The coverity issue was reported agaist class MCAOperand
due to the lack of proper initialization for field Index.
No functional change intended.
More information about the All-commits
mailing list