Imported Upstream version 5.18.0.182

Former-commit-id: f9d55cf82631bfd710c387739687e5845296aea1
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-10-26 08:32:15 +00:00
parent 8625704ad8
commit b716dc8d12
28490 changed files with 76 additions and 3866845 deletions

View File

@@ -1,18 +0,0 @@
; RUN: llc < %s -mtriple=x86_64-unknown-unknown | FileCheck %s
define i64 @t(i64 %a, i64 %b) nounwind ssp {
entry:
; CHECK-LABEL: t:
%asmtmp = tail call i64 asm "rorq $1,$0", "=r,J,0,~{dirflag},~{fpsr},~{flags},~{cc}"(i32 1, i64 %a) nounwind ; <i64> [#uses=1]
; CHECK: #APP
; CHECK-NEXT: rorq %[[REG1:.*]]
; CHECK-NEXT: #NO_APP
%asmtmp1 = tail call i64 asm "rorq $1,$0", "=r,J,0,~{dirflag},~{fpsr},~{flags},~{cc}"(i32 1, i64 %b) nounwind ; <i64> [#uses=1]
; CHECK-NEXT: #APP
; CHECK-NEXT: rorq %[[REG2:.*]]
; CHECK-NEXT: #NO_APP
%0 = add i64 %asmtmp1, %asmtmp ; <i64> [#uses=1]
; CHECK-NEXT: leaq (%[[REG2]],%[[REG1]]), %rax
ret i64 %0
; CHECK: retq
}