[Mlir-commits] [mlir] [MLIR] Fix printing of switch case for negative value (PR #129266)

Tobias Gysi llvmlistbot at llvm.org
Fri Feb 28 09:55:52 PST 2025


https://github.com/gysit approved this pull request.

Thanks for the fix!

LGTM

As the parser expects a signed integer the printer should also print an signed integer.

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


More information about the Mlir-commits mailing list