[Mlir-commits] [mlir] [mlir][emitc] Fix the error with closing bracket in CppEmitter in switchOp (PR #110269)

Andrey Timonin llvmlistbot at llvm.org
Fri Sep 27 07:08:01 PDT 2024


EtoAndruwa wrote:

> Thanks for fixing this. Maybe we should use the `raw_indented_ostream::DelimitedScope` RAII helper to prevent such errors.

Hi, @simon-camp! Thanks for the fast response. Should I try refactoring it using `raw_indented_ostream::DelimitedScope`, or will we fix it as is?

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


More information about the Mlir-commits mailing list