Per the TypeConverter API contract, returning llvm:None means
other conversion rules should be tried. But we only have one
rule per input type. So there is no need to try others and we can
just directly fail, which should return nullptr. This avoids
unnecessary checks.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo