Since SPIR-V module has an optional name, this patch
makes a change to pass it to ModuleOp during conversion.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D90904
[MLIR][SPIRVToLLVM] Added module name conversion ClosedPublic Authored by georgemitenkov on Nov 5 2020, 10:55 PM.
Details Summary Since SPIR-V module has an optional name, this patch
Diff Detail
Event TimelineHerald added subscribers: rdzhabarov, tatianashp, ThomasRaoux and 14 others. · View Herald Transcript Herald added subscribers: stephenneuendorffer, nicolasvasilache. · View Herald TranscriptNov 5 2020, 10:55 PM This revision is now accepted and ready to land.Nov 6 2020, 6:26 AM Closed by commit rG89eed79c1fa8: [MLIR][SPIRVToLLVM] Added module name conversion (authored by georgemitenkov). · Explain WhyNov 7 2020, 1:50 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 303626 mlir/lib/Conversion/SPIRVToLLVM/ConvertSPIRVToLLVM.cpp
mlir/test/Conversion/SPIRVToLLVM/module-ops-to-llvm.mlir
|