[Mlir-commits] [mlir] [mlir][EmitC] Make pre-increment and pre-decrement return left value (PR #212391)

Gil Rapaport llvmlistbot at llvm.org
Tue Jul 28 01:42:48 PDT 2026


aniragil wrote:

Thanks for addressing that @jacquesguan !
Note that the pre-ops only return lvalues in C++: In C, they return rvalues. So these ops need to allow both.
Their must-be-inlined behavior should also depend on that, I think.

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


More information about the Mlir-commits mailing list