[PATCH] D39747: [globalisel][tablegen] Generate rule coverage and use it to identify untested rules
Daniel Sanders via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 8 13:23:15 PST 2017
dsanders updated this revision to Diff 122147.
dsanders marked 2 inline comments as done.
dsanders added a comment.
Fix covered() -> setCovered() change that was somehow missed, and the other nits.
https://reviews.llvm.org/D39747
Files:
CMakeLists.txt
cmake/modules/TableGen.cmake
include/llvm/CodeGen/GlobalISel/InstructionSelector.h
include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h
include/llvm/Config/config.h.cmake
include/llvm/Support/CodeGenCoverage.h
lib/CodeGen/GlobalISel/InstructionSelect.cpp
lib/Support/CMakeLists.txt
lib/Support/CodeGenCoverage.cpp
lib/Target/AArch64/AArch64InstructionSelector.cpp
lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
lib/Target/AMDGPU/AMDGPUInstructionSelector.h
lib/Target/ARM/ARMInstructionSelector.cpp
lib/Target/X86/X86InstructionSelector.cpp
test/TableGen/GlobalISelEmitter.td
utils/TableGen/GlobalISelEmitter.cpp
utils/llvm-gisel-cov.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39747.122147.patch
Type: text/x-patch
Size: 30201 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171108/829b5fea/attachment-0001.bin>
More information about the llvm-commits
mailing list