[Mlir-commits] [clang] [llvm] [mlir] [clang][CodeGen][AA] Add `!llvm.errno.tbaa` gathering int-compatible TBAA nodes (PR #125258)
Nikita Popov
llvmlistbot at llvm.org
Sat Feb 1 01:18:14 PST 2025
nikic wrote:
> so IIUC !llvm.errno.tbaa should just be a module-level list of int-compatible TBAA nodes.
Yes, exactly. It should be a module level MD node, not on individual instructions.
https://github.com/llvm/llvm-project/pull/125258
More information about the Mlir-commits
mailing list