forked from OSchip/llvm-project
[Matrix] Hide and describe matrix-propagate-shape option.
This commit is contained in:
parent
757fe53994
commit
f42994f228
|
@ -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…
Reference in New Issue