[PATCH] D54250: Fix not correct imm operand assertion for SUB32ri in X86CondBrFolding::analyzeCompare

Jianping Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 28 18:22:57 PST 2018


Jianping added a comment.

I found this assertion  in a linker time optimization test and dump out the failed function (by using MI.getParent()->getParent()->dump()) on this. while this kind of dump looks like can't be recognized by llc directly. I just wonder whether there are some BKM or tools can convert such kind of dump to a test case easily ? I attach the dump file here. F7620176: x86condbr_assert.dump <https://reviews.llvm.org/F7620176>
Thanks


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54250/new/

https://reviews.llvm.org/D54250





More information about the llvm-commits mailing list