Skip to content

Commit 246a739

Browse files
committed
[NFC][AIEX] Remove unused cmd option
1 parent 45886cf commit 246a739

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/lib/Target/AIE/AIEBaseSubtarget.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ static cl::opt<bool> EnablePipelinerSchedPropagateIncomingLatencies(
5353
static cl::opt<bool> EnableWAWStickyRegisters(
5454
"aie-pipeliner-waw-sticky-registers", cl::Hidden, cl::init(true),
5555
cl::desc("Apply sticky registers WAW dependency removal"));
56-
static cl::opt<unsigned> WAWStickyRegistersMemOpsThreshold(
57-
"aie-waw-sticky-register-mem-threshold", cl::Hidden, cl::init(4),
58-
cl::desc("Number of memory instructions to enable the register exclusion "
59-
"heuristic in WAW sticky registers dep. removal"));
6056

6157
static cl::opt<bool> ForcePostPipeliner(
6258
"aie-force-postpipeliner",

0 commit comments

Comments
 (0)