Adapt the FillOp definition to use a scalar operand instead of a capture. This patch is a follow up to https://reviews.llvm.org/D104109. As the input operands are in front of the output operands the patch changes the internal operand order of the FillOp. The pretty printed version of the operation remains unchanged though. The patch also adapts the linalg to standard lowering to ensure the c signature of the FillOp remains unchanged as well.
Details
Details
Summary
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Herald added subscribers: shabalin, dcaballe, cota and 18 others. · View Herald TranscriptJun 11 2021, 7:30 AM
This revision is now accepted and ready to land.Jun 21 2021, 12:13 AM
This revision was landed with ongoing or failed builds.Jun 21 2021, 11:45 PM
Closed by commit rG4882cacf129b: [mlir][linalg] Adapt FillOp to use a scalar operand. (authored by gysit). · Explain Why
This revision was automatically updated to reflect the committed changes.