[Mlir-commits] [mlir] [mlir][Tosa] Add unreachable case for bad Extension type in TosaProfileCompliance (PR #128889)

Mehdi Amini llvmlistbot at llvm.org
Wed Feb 26 08:08:21 PST 2025


================
@@ -148,6 +148,7 @@ class TosaProfileCompliance {
     case Extension::none:
----------------
joker-eph wrote:

That would hide warning about missing cases when handling the enum: it's not the same intent.

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


More information about the Mlir-commits mailing list