[all-commits] [llvm/llvm-project] a184c7: [BitCodeAnalyzer] Add a few missing TYPE_CODES and...
topperc via All-commits
all-commits at lists.llvm.org
Mon Oct 12 15:44:30 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a184c758b77dd6849eab2d46baa6a719780dd539
https://github.com/llvm/llvm-project/commit/a184c758b77dd6849eab2d46baa6a719780dd539
Author: Craig Topper <craig.topper at intel.com>
Date: 2020-10-12 (Mon, 12 Oct 2020)
Changed paths:
M llvm/lib/Bitcode/Reader/BitcodeAnalyzer.cpp
A llvm/test/Bitcode/bcanalyzer-comdat.ll
A llvm/test/Bitcode/bcanalyzer-types.ll
Log Message:
-----------
[BitCodeAnalyzer] Add a few missing TYPE_CODES and MODULE_CODE_COMDAT to GetCodeName
Happened to notice some of these printing as UnknownCode while running llvm-bcanalyzer on a bc file I had.
Differential Revision: https://reviews.llvm.org/D86900
More information about the All-commits
mailing list