[Mlir-commits] [mlir] [mlir][emitc][cf] add 'cf.switch' support in CppEmitter (PR #101478)

Simon Camphausen llvmlistbot at llvm.org
Fri Aug 2 01:04:27 PDT 2024


simon-camp wrote:

We can add a switch op, but it shouldn't be a terminator in my opinion. So we would be able to lower `scf.index_switch` to it, but we couldn't use it for `cf.switch` (as of now).

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


More information about the Mlir-commits mailing list