[PATCH] D156497: [BPF] report fatal error rather than miscompile

Alexei Starovoitov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 27 19:29:39 PDT 2023


ast requested changes to this revision.
ast added a comment.
This revision now requires changes to proceed.

Please provide a test case that demonstrates the issue.
Right now it looks to me that aya front-end generates broken IR and it causes all kinds of issues in the backend.
We won't be doing defensive programming to help front-ends debug their issues.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156497



More information about the llvm-commits mailing list