File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -17956,8 +17956,7 @@ bool ARMTargetLowering::isCheapToSpeculateCtlz() const {
17956
17956
}
17957
17957
17958
17958
bool ARMTargetLowering::shouldExpandShift(SelectionDAG &DAG, SDNode *N) const {
17959
- return !Subtarget->hasMinSize() || Subtarget->isTargetWindows() ||
17960
- Subtarget->isTargetDarwin();
17959
+ return !Subtarget->hasMinSize() || Subtarget->isTargetWindows();
17961
17960
}
17962
17961
17963
17962
Value *ARMTargetLowering::emitLoadLinked(IRBuilder<> &Builder, Value *Addr,
Original file line number Diff line number Diff line change 1
1
; RUN: llc -mtriple=arm-eabi %s -o - | FileCheck %s
2
2
; RUN: llc -mtriple=thumbv7-windows %s -o - | FileCheck %s -check-prefix=CHECK-WIN
3
- ; RUN: llc < %s -mtriple=aarch64-apple-darwin | FileCheck %s -check-prefix=CHECK-DARWIN
4
3
5
4
; The Windows runtime doesn't have these.
6
5
; CHECK-WIN-NOT: __ashldi3
7
6
; CHECK-WIN-NOT: __ashrdi3
8
7
; CHECK-WIN-NOT: __lshrdi3
9
8
10
- ; Darwin compiler-rt excludes these.
11
- ; CHECK-DARWIN-NOT: __ashlti3
12
- ; CHECK-DARWIN-NOT: __ashrti3
13
-
14
9
define i64 @f0 (i64 %val , i64 %amt ) minsize optsize {
15
10
; CHECK-LABEL: f0:
16
11
; CHECK: bl __aeabi_llsl
You can’t perform that action at this time.
0 commit comments