[PATCH] D93591: [MLIR][SPIRV] Add (de-)serialization support for SpecConstantOpeation.

2021-01-10 Thread Kareem Ergawy via Phabricator via cfe-commits
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was automatically updated to reflect the committed changes. ergawy marked an inline comment as done. Closed by commit rGa40767ec8851: [MLIR][SPIRV] Add (de-)serialization support for SpecConstantOpeati

[PATCH] D93591: [MLIR][SPIRV] Add (de-)serialization support for SpecConstantOpeation.

2021-01-10 Thread Kareem Ergawy via Phabricator via cfe-commits
ergawy marked 2 inline comments as done. ergawy added inline comments. Comment at: clang-tools-extra/clangd/ClangdLSPServer.cpp:623 {"referencesProvider", true}, -{"astProvider", true}, +{"astProvider", true}, // clangd extension

[PATCH] D93591: [MLIR][SPIRV] Add (de-)serialization support for SpecConstantOpeation.

2021-01-10 Thread Kareem Ergawy via Phabricator via cfe-commits
ergawy updated this revision to Diff 315658. ergawy marked 5 inline comments as done. ergawy added a comment. Handle review comments. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D93591/new/ https://reviews.llvm.org/D93591 Files: mlir/include/ml

[PATCH] D93591: [MLIR][SPIRV] Add (de-)serialization support for SpecConstantOpeation.

2021-01-07 Thread Kareem Ergawy via Phabricator via cfe-commits
ergawy added inline comments. Comment at: mlir/lib/Target/SPIRV/Deserialization.cpp:1791 + + // Since the enclosed op is emitted in the current block, split it in a + // separate new block. antiagainst wrote: > What about first creating the spec op, set the ins

[PATCH] D93591: [MLIR][SPIRV] Add (de-)serialization support for SpecConstantOpeation.

2021-01-07 Thread Kareem Ergawy via Phabricator via cfe-commits
ergawy updated this revision to Diff 315302. ergawy marked 4 inline comments as done. ergawy added a comment. Herald added subscribers: cfe-commits, usaxena95, kadircet, arphaman. Herald added a project: clang. Handle review comments: - Use different value map for emitting SpecConstOperation. - S