summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/arm64_32-pointer-extend.ll
Commit message (Collapse)AuthorAgeFilesLines
* AArch64: support arm64_32, an ILP32 slice for watchOS.Tim Northover2019-09-121-0/+49
This is the main CodeGen patch to support the arm64_32 watchOS ABI in LLVM. FastISel is mostly disabled for now since it would generate incorrect code for ILP32. llvm-svn: 371722
OpenPOWER on IntegriCloud