Also some simplifications:
- outputBufferOperands was unused.
- The condition that the number of operands equals the number of inputs plus the number of inits seemed vacuously true (?).
Differential D150376
DestinationPassingStyle: allow additional non-tensor results Benoit on May 11 2023, 8:46 AM. Authored by
Details Also some simplifications:
Diff Detail
Event TimelineComment Actions @nicolasvasilache please point to the tests that should be updated? I couldn't find them under test/Interfaces ? Comment Actions Actually I can see that CI reports failures in test/Dialect/Linalg/invalid.mlir . I dont know why this didn't happen when I ran check-mlir locally. |