Affine Prefetch Op impelements AffineMapAccessInterface but does not implement
AffineReadOpInterface or AffineWriteOpInterface. Prefetch Op was cast to
AffineWriteOpinterface causing the crash.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM - thanks.
mlir/lib/Dialect/Affine/Transforms/AffineLoopInvariantCodeMotion.cpp | ||
---|---|---|
102 | Use variadic isa. |
Comment Actions
Thanks @bondhugula. I don’t have commit access, can you land this patch for me? Please use “anoop.js@icloud.com” to commit the change.
Use variadic isa.