[Mlir-commits] [mlir] aebd3f0 - Revert "[MLIR] Add nested symbols into LangRef"

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Apr 4 09:33:08 PDT 2022


Author: Groverkss
Date: 2022-04-04T22:01:06+05:30
New Revision: aebd3f07995e88fb1ad9dfe0a6f677c71c2c12b6

URL: https://github.com/llvm/llvm-project/commit/aebd3f07995e88fb1ad9dfe0a6f677c71c2c12b6
DIFF: https://github.com/llvm/llvm-project/commit/aebd3f07995e88fb1ad9dfe0a6f677c71c2c12b6.diff

LOG: Revert "[MLIR] Add nested symbols into LangRef"

Reverted because commit pushed with wrong author information

This reverts commit b4865dd67f05a4c4680eaa6d257553a48bc704e0.

Added: 
    

Modified: 
    mlir/docs/LangRef.md

Removed: 
    


################################################################################
diff  --git a/mlir/docs/LangRef.md b/mlir/docs/LangRef.md
index a876d7ee7b188..23f09ef0b6004 100644
--- a/mlir/docs/LangRef.md
+++ b/mlir/docs/LangRef.md
@@ -203,7 +203,7 @@ bare-id-list ::= bare-id (`,` bare-id)*
 value-id ::= `%` suffix-id
 suffix-id ::= (digit+ | ((letter|id-punct) (letter|id-punct|digit)*))
 
-symbol-ref-id ::= `@` (suffix-id | string-literal) (`::` symbol-ref-id)?
+symbol-ref-id ::= `@` (suffix-id | string-literal)
 value-id-list ::= value-id (`,` value-id)*
 
 // Uses of value, e.g. in an operand list to an operation.


        


More information about the Mlir-commits mailing list