[Mlir-commits] [mlir] [mlir][tosa] Work around GCC bug in tosa-to-tensor (PR #91521)
Andrew Pinski
llvmlistbot at llvm.org
Sat Jun 22 19:39:08 PDT 2024
pinskia wrote:
> Just to close the loop on this, I've filed the GCC bug report here: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115033
Thanks again for filing the GCC bug report. It took a while but I was able to reduce it enough to get a decent runtime testcase out of the issue. It is lambda related only in the sense copying the closure around and it seems like GCC loses track of the aliasing set of the closure.
https://github.com/llvm/llvm-project/pull/91521
More information about the Mlir-commits
mailing list