summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/neon-inline-asm-16-bit-fp.ll
Commit message (Collapse)AuthorAgeFilesLines
* This patch adds support for 16 bit floating point registers to the inline ↵Amara Emerson2016-11-071-0/+20
asm register selection on AArch64. Without this patch, register allocation for the example below fails. define half @test(half %a1, half %a2) #0 { entry: %0 = tail call half asm "sqrshl ${0:h}, ${1:h}, ${2:h}", "=w,w,w" (half %a1, half %a2) #1 ret half %0 } Patch by Florian Hahn. Differential Revision: https://reviews.llvm.org/D25080 llvm-svn: 286111
OpenPOWER on IntegriCloud