mirror of
https://github.com/intel/llvm.git
synced 2026-02-02 02:00:03 +08:00
[CGP] Enable complex addr mode
Enable complex addr modes after two critical fixes: rL319109 and rL319292 llvm-svn: 319302
This commit is contained in:
@@ -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."));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user