LLVM supports switch ops without case values, for which the optional
caseValues has no value (i.e., std::nullopt, no the empty array).
Handle this case properly when translating MLIR-LLVM to LLVM-IR.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo