// We also have in and out bits in the CDSLInstr struct itself.
// These bits are currently ignored though. Instead, we find inputs
// and outputs during pattern gen and store that in these fields.
// We may want to add a warning on mismatch between the two.
See comment here: https://github.com/mathis-s/CoreDSL2LLVM/blob/llvm-19.1.0/llvm/lib/CodeGen/GlobalISel/PatternGen.cpp#L81-L90
This would probably help to fix #49 as well.