mirror of
https://github.com/intel/llvm.git
synced 2026-02-01 08:56:15 +08:00
This patch adds a mix-in class for the only transform op of the tensor dialect that can benefit from one: the MakeLoopIndependentOp. It adds an overload that makes providing the return type optional. Reviewed By: ftynse Differential Revision: https://reviews.llvm.org/D156918