[Mlir-commits] [mlir] [mlir] Add support for DIGlobalVariable and DIGlobalVariableExpression (PR #73367)
Tobias Gysi
llvmlistbot at llvm.org
Thu Nov 30 23:46:52 PST 2023
================
@@ -261,15 +262,35 @@ def LLVM_DITagParameter : LLVM_DIParameter<
"tag", /*default=*/"", "Tag"
>;
+def LLVM_DIExpressionOpcodeParameter : LLVM_DIParameter<
----------------
gysit wrote:
Just a suggestion:
What do you think about naming it LLVM_DIOperationEncodingParameter to follow the LLVM naming?
https://github.com/llvm/llvm-project/pull/73367
More information about the Mlir-commits
mailing list