[PATCH] D100339: [Attributor] Run lightweight version of the Attributor by default.

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 16 00:02:43 PDT 2021


jdoerfert added a comment.

In D100339#2691895 <https://reviews.llvm.org/D100339#2691895>, @fhahn wrote:

> Thanks for putting up the patch to get things started! I'd recommend trying to build https://github.com/llvm/llvm-test-suite in various configurations and investigating the crashes. For example, I just tried to do so with `AttributorRunOption::ALL` with `-O3 -flto` on X86 and there's a crash building `MultiSource/Applications/lambda-0.1.3`.

I started to do this as well now. I reported the non-Attributor bug here: https://bugs.llvm.org/show_bug.cgi?id=49984
Any help identifying and categorizing issues would be very much appreciated :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100339



More information about the llvm-commits mailing list