Verify fix
Validate Operations / validate-operations (push) Has been cancelled

This commit is contained in:
ilgeco
2026-05-18 17:20:40 +02:00
parent 2836e759ab
commit aa088e2ba5
2 changed files with 19 additions and 1 deletions
@@ -65,6 +65,7 @@ std::optional<ProducerValueRef> getProducerValueRef(Value value) {
if (!op)
return std::nullopt;
//TODO Extract Slice is not the only global non compute operation. There are other legal op
while (auto extract = dyn_cast<tensor::ExtractSliceOp>(op)) {
value = extract.getSource();
op = value.getDefiningOp();