[Mlir-commits] [mlir] [mlir][ArmSME] Added missing default branches (PR #108487)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Sat Sep 14 07:50:21 PDT 2024
banach-space wrote:
Thanks for working on this!
It's not clear to me whether this follows https://llvm.org/docs/CodingStandards.html#don-t-use-default-labels-in-fully-covered-switches-over-enumerations. I do remember that we skipped `default` _because_ most of these switch statements are fully covered. Is there one that isn't?
https://github.com/llvm/llvm-project/pull/108487
More information about the Mlir-commits
mailing list