[Mlir-commits] [mlir] [WIP][mlir][EmitC] Model lvalues as a type in EmitC (PR #91475)
Gil Rapaport
llvmlistbot at llvm.org
Wed May 15 13:08:16 PDT 2024
================
@@ -836,6 +836,22 @@ def EmitC_LogicalOrOp : EmitC_BinaryOp<"logical_or", [CExpression]> {
let assemblyFormat = "operands attr-dict `:` type(operands)";
}
+def EmitC_LValueToRValueOp : EmitC_Op<"lvalue_to_rvalue", [
----------------
aniragil wrote:
Should have memory-read side effect.
https://github.com/llvm/llvm-project/pull/91475
More information about the Mlir-commits
mailing list