Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thank you for the quick solution!
mlir/test/Conversion/StandardToSPIRV/subview-to-spirv.mlir | ||
---|---|---|
33–34 | Could you add a CHECK statement for the data flowing through the load->sqrt->store also just to prevent any really unlucky debugging in the future? |
Comment Actions
Looks good. This actually makes tests simpler given that we are not testing load/store per-se here.
mlir/test/Conversion/StandardToSPIRV/subview-to-spirv.mlir | ||
---|---|---|
1 | Why is the name legalize-... instead of convert-... here? Is there some subtle difference or this was not intentional to diverge from the usual convention here? |
Why is the name legalize-... instead of convert-... here? Is there some subtle difference or this was not intentional to diverge from the usual convention here?