[Mlir-commits] [mlir] [mlir][llvm] support -new-struct-path-tbaa (PR #119698)
Tobias Gysi
llvmlistbot at llvm.org
Tue Feb 25 12:25:54 PST 2025
https://github.com/gysit commented:
Thanks!
The direction looks good.
With regards to the attribute names are they derived from LLVM? Does the new format somehow have a name that we could potentially use to prefix/postfix things. The names Tag and AccessTag for almost the same thing are a bit confusing.
For now I mostly looked at the attribute definitions. Once they are set it may make sense to proceed with some tests similar to:
- tbaa-rountrip.mlir
- tbaa-invalid.mlir
In addition, some export tests will make sense as well.
https://github.com/llvm/llvm-project/pull/119698
More information about the Mlir-commits
mailing list