mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 03:30:22 +00:00
disable shift/and lowering to work around PR1325 for now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35985 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
35b9b49fd1
commit
3ff981749b
@ -1678,6 +1678,8 @@ bool SelectionDAGLowering::handleBitTestsSwitchCase(CaseRec& CR,
|
|||||||
CaseRecVector& WorkList,
|
CaseRecVector& WorkList,
|
||||||
Value* SV,
|
Value* SV,
|
||||||
MachineBasicBlock* Default){
|
MachineBasicBlock* Default){
|
||||||
|
return false; // DISABLED FOR NOW: PR1325.
|
||||||
|
|
||||||
unsigned IntPtrBits = getSizeInBits(TLI.getPointerTy());
|
unsigned IntPtrBits = getSizeInBits(TLI.getPointerTy());
|
||||||
|
|
||||||
Case& FrontCase = *CR.Range.first;
|
Case& FrontCase = *CR.Range.first;
|
||||||
|
Loading…
Reference in New Issue
Block a user