forked from OSchip/llvm-project
[CGP] Enable complex addr mode (2nd attempt)
2nd attempt to enable complex addr modes after fix of the crash by rL318638. llvm-svn: 318728
This commit is contained in:
parent
3cea36f03e
commit
fc1ff29966
|
@ -190,7 +190,7 @@ EnableTypePromotionMerge("cgp-type-promotion-merge", cl::Hidden,
|
|||
" the other."), cl::init(true));
|
||||
|
||||
static cl::opt<bool> DisableComplexAddrModes(
|
||||
"disable-complex-addr-modes", cl::Hidden, cl::init(true),
|
||||
"disable-complex-addr-modes", cl::Hidden, cl::init(false),
|
||||
cl::desc("Disables combining addressing modes with different parts "
|
||||
"in optimizeMemoryInst."));
|
||||
|
||||
|
|
Loading…
Reference in New Issue