[Mlir-commits] [mlir] [mlir] Add the ability to define dialect-specific location attrs. (PR #105584)

Aman LaChapelle llvmlistbot at llvm.org
Tue Sep 17 20:10:55 PDT 2024


================
@@ -187,5 +210,8 @@ ParseResult Parser::parseLocationInstance(LocationAttr &loc) {
     return success();
   }
 
+  if (getToken().getSpelling() == "dialect")
----------------
bzcheeseman wrote:

Let me try that. I think I did, and it didn't work, but I'm not sure why anymore.

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


More information about the Mlir-commits mailing list