yu810226 wrote:
Thanks for the review!
This is a clean backport of the fix from main. As pointed out, the issue is
indirectly tested in the original commit (via the ptr op), so I didn’t backport
the tests here.
If anyone familiar with the backport testing process could comment on the test
cov
https://github.com/yu810226 edited
https://github.com/llvm/llvm-project/pull/165768
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/yu810226 edited
https://github.com/llvm/llvm-project/pull/165768
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/yu810226 edited
https://github.com/llvm/llvm-project/pull/165768
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/yu810226 created
https://github.com/llvm/llvm-project/pull/165768
This PR backports the change from commit
77f256070f985029a53da5e76ecd85ca7686a7ea
on `main` to `release/21.x`. Only mlir/include/mlir/IR/Properties.td is
affected.
Original commit:
https://github.com/llvm/ll