[Mlir-commits] [mlir] [mlir][LLVMIR] Handle anonymous TBAA roots during metadata emission (PR #169167)

Tobias Gysi llvmlistbot at llvm.org
Mon Nov 24 08:59:26 PST 2025


gysit wrote:

> You are right about the LangRef description. However, I noticed that llvm::MDBuilder::createAnonymousTBAARoot creates a self-referencing distinct node, and the verifier seems to accept it.

Ah, if the actual implementation differs from the language reference then the implementation takes preference. 



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


More information about the Mlir-commits mailing list