Missing sign extension.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Conversion/TosaToLinalg/TosaToLinalgNamed.cpp | ||
---|---|---|
66 | I wouldn't call this makeIntBiasAdd as its technically more general than bias. I would just name something like linalgIntBroadcastExtSIAdd. That way its clear its just performing an ExtSI and AddI. | |
67 | You should be able to just using the conv.getType() instead of passing in resultTy | |
70 | You might as well just return here rather than saving to result and returning result. |
I wouldn't call this makeIntBiasAdd as its technically more general than bias. I would just name something like linalgIntBroadcastExtSIAdd. That way its clear its just performing an ExtSI and AddI.