[PATCH] D86970: [IRSim] Adding IRSimilarityCandidate that contains a region of IRInstructionData
Andrew Litteken via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 22 19:03:51 PDT 2020
AndrewLitteken added a comment.
In D86970#2289145 <https://reviews.llvm.org/D86970#2289145>, @aeubanks wrote:
> I believe this is causing issues in Windows builds, e.g. http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win/builds/25705 and hangs in http://45.33.8.238/win/summary.html.
> I'm seeing a hang locally:
> $ ./build/debug/obj/llvm/unittests/Analysis/AnalysisTests.exe --gtest_filter='*IRSimilarityCandidate.IdenticalWithDebug*'
> Note: Google Test filter = *IRSimilarityCandidate.IdenticalWithDebug*
> [==========] Running 1 test from 1 test case.
> [----------] Global test environment set-up.
> [----------] 1 test from IRSimilarityCandidate
> [ RUN ] IRSimilarityCandidate.IdenticalWithDebug
> warning: ignoring debug info with an invalid version (0) in <string>
>
> and then it hangs
Thanks for letting me know, I just noticed my email is wrong as the author so I didn't get the notification. Reverting the commit.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86970/new/
https://reviews.llvm.org/D86970
More information about the llvm-commits
mailing list