[Mlir-commits] [mlir] [mlir][EmitC] Fix evaluation order of expressions (PR #93549)

Simon Camphausen llvmlistbot at llvm.org
Wed May 29 00:02:57 PDT 2024


simon-camp wrote:

> Thanks for the fix! Is this intended for fix #93470?

This just fixes the issue in the comment I added to the issue. The original errors are unaffected by this change. I have an idea for a simple fix that I can send for review later today. I'd just have to evaluate how many unneeded parentheses this would produce.

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


More information about the Mlir-commits mailing list