e4dee7e [MLIR][SPIRV] Properly (de-)serialize BranchConditionalOp.

Authored and Committed by KareemErgawy-TomTom 3 years ago
    [MLIR][SPIRV] Properly (de-)serialize BranchConditionalOp.
    
    Implements proper (de-)serialization logic for BranchConditionalOp when
    such ops have true/false target operands.
    
    Reviewed By: antiagainst
    
    Differential Revision: https://reviews.llvm.org/D101602