[PATCH] D43962: [GlobalISel][utils] Adding the init version of Instruction Select Testgen
Roman Tereshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 20 13:55:23 PDT 2018
rtereshin updated this revision to Diff 139188.
rtereshin added a comment.
1. Rebased against master.
2. GIM_RecordInsn handler is made more tolerant to alternative orderings of GIM_RecordInsn's with respect to other opcodes while matching multi-instruction patterns.
3. A use-after-free bug is fixed in emitReturnIntoTestCase caught by ASAN.
Repository:
rL LLVM
https://reviews.llvm.org/D43962
Files:
include/llvm/CodeGen/GlobalISel/InstructionSelectTestgen.h
include/llvm/CodeGen/GlobalISel/InstructionSelector.h
include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h
include/llvm/CodeGen/GlobalISel/InstructionSelectorTestgen.h
include/llvm/InitializePasses.h
include/llvm/Support/CodeGenCoverage.h
lib/CodeGen/GlobalISel/CMakeLists.txt
lib/CodeGen/GlobalISel/GlobalISel.cpp
lib/CodeGen/GlobalISel/InstructionSelect.cpp
lib/CodeGen/GlobalISel/InstructionSelectTestgen.cpp
lib/CodeGen/GlobalISel/InstructionSelectorTestgen.cpp
lib/Support/CodeGenCoverage.cpp
test/TableGen/GlobalISelEmitter.td
utils/TableGen/GlobalISelEmitter.cpp
utils/update_instruction_select_testgen_tests.sh
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43962.139188.patch
Type: text/x-patch
Size: 68199 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180320/3b3224c2/attachment.bin>
More information about the llvm-commits
mailing list