mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Division by pow-of-2 is not cheap on SPU, do it with
shifts. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120022 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -97,8 +97,6 @@ namespace {
|
||||
SPUTargetLowering::SPUTargetLowering(SPUTargetMachine &TM)
|
||||
: TargetLowering(TM, new TargetLoweringObjectFileELF()),
|
||||
SPUTM(TM) {
|
||||
// Fold away setcc operations if possible.
|
||||
setPow2DivIsCheap();
|
||||
|
||||
// Use _setjmp/_longjmp instead of setjmp/longjmp.
|
||||
setUseUnderscoreSetJmp(true);
|
||||
|
Reference in New Issue
Block a user