We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3900885 commit 0a5fbbbCopy full SHA for 0a5fbbb
mlir/include/mlir/Dialect/EmitC/IR/EmitC.td
@@ -841,7 +841,7 @@ def EmitC_LValueLoadOp : EmitC_Op<"lvalue_load", [
841
"operand", "result",
842
"::llvm::cast<LValueType>($_self).getValue()">
843
]> {
844
- let summary = "load an lvalue by assigning it to a local variable";
+ let summary = "Load an lvalue into an SSA value.";
845
let description = [{}];
846
847
let arguments = (ins
0 commit comments