forked from OSchip/llvm-project
Revert "[CGP] Enable select in complex addr mode"
Causes: Assertion `ScaledReg == nullptr' failed. This actually a revert of rL320551. llvm-svn: 320553
This commit is contained in:
parent
ac59db2efe
commit
ac4a8fb1cd
|
@ -196,7 +196,7 @@ AddrSinkNewPhis("addr-sink-new-phis", cl::Hidden, cl::init(false),
|
|||
cl::desc("Allow creation of Phis in Address sinking."));
|
||||
|
||||
static cl::opt<bool>
|
||||
AddrSinkNewSelects("addr-sink-new-select", cl::Hidden, cl::init(true),
|
||||
AddrSinkNewSelects("addr-sink-new-select", cl::Hidden, cl::init(false),
|
||||
cl::desc("Allow creation of selects in Address sinking."));
|
||||
|
||||
static cl::opt<bool> AddrSinkCombineBaseReg(
|
||||
|
|
|
@ -234,7 +234,7 @@ for.body: ; preds = %for.body.preheader,
|
|||
}
|
||||
|
||||
; CHECK-LABEL: BinarySearch
|
||||
; CHECK: set
|
||||
; CHECK: cmov
|
||||
|
||||
define i32 @BinarySearch(i32 %Mask, %struct.Node* nocapture readonly %Curr, %struct.Node* nocapture readonly %Next) #0 {
|
||||
entry:
|
||||
|
|
Loading…
Reference in New Issue