[Mlir-commits] [mlir] [mlir][Tosa] Add unreachable case for bad Extension type in TosaProfileCompliance (PR #128889)
Luke Hutton
llvmlistbot at llvm.org
Wed Feb 26 07:55:53 PST 2025
================
@@ -148,6 +148,7 @@ class TosaProfileCompliance {
case Extension::none:
----------------
lhutton1 wrote:
Would it be more elegant to add `default:` under this case?
https://github.com/llvm/llvm-project/pull/128889
More information about the Mlir-commits
mailing list