[mlir][spirv] Enhance folding capability of spirv::CompositeExtractOp::fold
This PR improves the `spirv::CompositeExtractOp::fold` function by adding a backtracking mechanism. The updated function can now traverse a chain of `CompositeInsertOp`s to find a match. Patch By: nbpatel Reviewed By: kuhar Differential Revision: https://reviews.llvm.org/D151536
Loading
Please sign in to comment