[Mlir-commits] [mlir] [OpenACC] Remove declare attribute verification (PR #137676)

Razvan Lupusoru llvmlistbot at llvm.org
Mon Apr 28 10:45:11 PDT 2025


https://github.com/razvanlupusoru approved this pull request.

Makes sense to me. When I added this verification code - the attribute primarily served as a way to simplify looking up the information about `acc declare` without scanning the IR. However, the verifier is too strict in this regard.

Your change seems reasonable to me.

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


More information about the Mlir-commits mailing list