repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
AArch64
/
aarch64-v1f32-arg.ll
blob
1677a7b5d013de45e4daa62edb1b14b4ae4fae18
1
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2
; RUN: llc < %s -mtriple=aarch64 | FileCheck %s
3
4
define <1 x float> @f(<16 x i64> %0, <1 x float> %1) {
5
; CHECK-LABEL: f:
6
; CHECK: // %bb.0: // %BB
7
; CHECK-NEXT: ldr d0, [sp]
8
; CHECK-NEXT: ret
9
BB:
10
ret <1 x float> %1
11
}