[PATCH] D70483: AArch64: add FastISel support for arm64_32

Tim Northover via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 20 02:41:05 PST 2019


t.p.northover created this revision.
Herald added subscribers: hiraditya, kristof.beyls, mcrosier.
Herald added a project: LLVM.

This patch is pretty simple, it just adds the necessary pointer handling to AArch64FastISel.cpp so that it can be used on arm64_32.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D70483

Files:
  llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
  llvm/lib/Target/AArch64/AArch64FastISel.cpp
  llvm/test/CodeGen/AArch64/arm64_32-fastisel.ll
  llvm/test/CodeGen/AArch64/arm64_32-null.ll
  llvm/test/CodeGen/AArch64/arm64_32.ll
  llvm/test/CodeGen/AArch64/swifterror.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70483.230220.patch
Type: text/x-patch
Size: 22587 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191120/67421900/attachment-0001.bin>


More information about the llvm-commits mailing list