[Mlir-commits] [mlir] [mlir][BytecodeReader] Fix FusedLoc bytecode builder (PR #99632)

Jacques Pienaar llvmlistbot at llvm.org
Sun Jul 21 08:44:10 PDT 2024


jpienaar wrote:

> I'm not super familiar with the FusedLoc builders, but I came to say thank you. This fixes a confusing bug that's bitten me on and off for months.

How do you even get in this situation? And is intentional? (UnknownLoc wouldn't support FusedLoc metadata, so this isn't a lossless result of the builder).

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


More information about the Mlir-commits mailing list