[PATCH] D75815: [InstSimplify] Simplify calls with "returned" attribute

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 13 19:26:18 PDT 2020


nickdesaulniers added a comment.

Hello, it seems that this patch is causing a compiler crash for us when building a 4.4 Linux kernel.
https://github.com/ClangBuiltLinux/linux/issues/930
It appears to cause a crash during inlining, though I just run `opt -inline <module before inlining from -O2>` I don't observe the crash.  I assume there's some analysis pass I need to run first?  `opt -instsimplify -inline` also didn't seem to work, though `opt -O2` does. See link above for steps to reproduce and most concise reproducer I could come up with.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75815





More information about the llvm-commits mailing list