This patch addresses the comments from https://reviews.llvm.org/D83030 and https://reviews.llvm.org/D82639. this-> is removed when not inside the template.
Also, spv.func is fixed: now convertRegionTypes() is used to apply type conversion on blocks within the function.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Conversion/SPIRVToLLVM/ConvertSPIRVToLLVM.cpp | ||
---|---|---|
679–682 | You don't need applySignatureConversion if you have convertRegionTypes. |
You don't need applySignatureConversion if you have convertRegionTypes.