[PATCH] D107048: [dwarf][bugfix] Recompute the size of block before getting it's BestForm

Kan Shengchen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 16 01:19:23 PDT 2022


skan added a comment.
Herald added a project: All.

Thanks all! I failed to reduce the test case by creduce. The source code is C++/SYCL and it triggered lots of bugs of creduce when I tried to reduce it. 
Also the class `DwarfUnit` is an interanl class, which does not have a `public` constructor, which makes unit test hard to write.

Also, the latest llvm-reduce does not help. Maybe I can wait for the improvement of llvm-reduce about debuginfo.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107048



More information about the llvm-commits mailing list