[Matrix] Hide and describe matrix-propagate-shape option.

This commit is contained in:
Florian Hahn 2020-01-21 14:22:33 -08:00
parent 757fe53994
commit f42994f228
1 changed files with 4 additions and 2 deletions

View File

@ -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,