Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Conversion/VectorToSPIRV/VectorToSPIRV.cpp | ||
---|---|---|
65–66 | Yeah, I think from the code it's clearly some Type. So not sure how much additional benefits it brings. Though given auto and Type are both 4 chars, I'm fine switching to Type since it's not longer. |
nit: Type resultType = ? In D132613, @Mogball suggested using Type instead of auto in this case, but I'm not sure how much consensus there is on this
Also in the other matchAndRewrite below.