Functional No Op.
Details
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/trunk/unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp | ||
---|---|---|
221 | Hi, gchatelet: I just wonder how to run this testcase. Could you please give us some help? Thanks |
llvm/trunk/unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp | ||
---|---|---|
221 | Sure, the target you want to use is unittests/tools/llvm-exegesis/X86/all > cmake -DCMAKE_BUILD_TYPE=Debug -DLLVM_BUILD_TESTS=ON -DBUILD_SHARED_LIBS=ON -DLLVM_USE_SPLIT_DWARF=ON -DLLVM_OPTIMIZED_TABLEGEN=ON -DLLVM_ENABLE_WERROR=ON -H/redacted/git/llvm-project/llvm -B/tmp/llvm-project_dbg_compiled-with-clang -GNinja > ninja -C /tmp/llvm-project_dbg_compiled-with-clang unittests/tools/llvm-exegesis/X86/all > /tmp/llvm-project_dbg_compiled-with-clang/unittests/tools/llvm-exegesis/X86/LLVMExegesisX86Tests |
llvm/trunk/unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp | ||
---|---|---|
221 | Hi, gachatelet. Expected: has substring "no tied variables" Actual: "instruction is parallel, repeating a random one." Could you please explain the meaning of the errorlog shown above? |
llvm/trunk/unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp | ||
---|---|---|
221 | When I debugged with gdb, I found that MOV32rm's AllDefRegs and AllUseRegs has no common elements which lead to this testfail |
llvm/trunk/unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp | ||
---|---|---|
221 | @yubing would you mind opening a bug on buganizer instead? I feel like the patch review is not the right place to debug your issue. It seems like you're using an old version of the code. |
Hi, gchatelet:
Thanks