Loading llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp +4 −2 Original line number Diff line number Diff line Loading @@ -37,8 +37,10 @@ using namespace PatternMatch; #define DEBUG_TYPE "lower-matrix-intrinsics" static cl::opt<bool> EnableShapePropagation("matrix-propagate-shape", cl::init(true)); static cl::opt<bool> EnableShapePropagation( "matrix-propagate-shape", cl::init(true), cl::Hidden, cl::desc("Enable/disable shape propagation from matrix intrinsics to other " "instructions.")); static cl::opt<bool> AllowContractEnabled( "matrix-allow-contract", cl::init(false), cl::Hidden, Loading Loading
llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp +4 −2 Original line number Diff line number Diff line Loading @@ -37,8 +37,10 @@ using namespace PatternMatch; #define DEBUG_TYPE "lower-matrix-intrinsics" static cl::opt<bool> EnableShapePropagation("matrix-propagate-shape", cl::init(true)); static cl::opt<bool> EnableShapePropagation( "matrix-propagate-shape", cl::init(true), cl::Hidden, cl::desc("Enable/disable shape propagation from matrix intrinsics to other " "instructions.")); static cl::opt<bool> AllowContractEnabled( "matrix-allow-contract", cl::init(false), cl::Hidden, Loading