Handle debuginfo for control flow operations: spv.Selection,
spv.Loop, spv.BranchOp, spv.BranchConditional.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Awesome, thanks Denis!
mlir/lib/Dialect/SPIRV/Serialization/Serializer.cpp | ||
---|---|---|
395 | Super nit: can this be placed after the emitDebugInfo field? It's logically a field necessitated by emitDebugInfo so appearing after it would be nice. :) |
mlir/lib/Dialect/SPIRV/Serialization/Serializer.cpp | ||
---|---|---|
395 | Sure, thanks for review! |
Super nit: can this be placed after the emitDebugInfo field? It's logically a field necessitated by emitDebugInfo so appearing after it would be nice. :)