[all-commits] [llvm/llvm-project] e4dee7: [MLIR][SPIRV] Properly (de-)serialize BranchCondit...
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Fri May 7 00:01:18 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e4dee7e7309a060bd8dd3c9df0a708157fc935d4
https://github.com/llvm/llvm-project/commit/e4dee7e7309a060bd8dd3c9df0a708157fc935d4
Author: KareemErgawy-TomTom <kareem.ergawy at gmail.com>
Date: 2021-05-07 (Fri, 07 May 2021)
Changed paths:
M mlir/lib/Target/SPIRV/Deserialization/Deserializer.cpp
M mlir/lib/Target/SPIRV/Deserialization/Deserializer.h
M mlir/lib/Target/SPIRV/Serialization/Serializer.cpp
M mlir/test/Target/SPIRV/phi.mlir
Log Message:
-----------
[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
More information about the All-commits
mailing list