[Mlir-commits] [mlir] [mlir][tosa] Work around GCC bug in tosa-to-tensor (PR #91521)

Spenser Bauman llvmlistbot at llvm.org
Thu May 9 04:17:03 PDT 2024


sabauma wrote:

> Is there a GCC bug report about this? If not please file one and double check to make sure this is a GCC bug or just a working around something else.

I'm working on a GCC bug report at the moment. Currently, I'm blocked on account creation on their bug tracker. I'll update this report when I have an issue filed. Based on GCC's IR dumps, I do think this is a bug in GCC, though I'm not that knowledgeable in their IR. There is a rather obvious removal of the relevant branch after the full redundancy elimination pass.

https://github.com/llvm/llvm-project/pull/91521


More information about the Mlir-commits mailing list