[PATCH] D49903: [AArch64][GlobalISel] Add isel support for G_BLOCK_ADDR

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 26 19:22:41 PDT 2018


aemerson created this revision.
aemerson added reviewers: aditya_nandakumar, rtereshin, qcolombet.
Herald added subscribers: kristof.beyls, rovka.
Herald added a reviewer: javed.absar.

Add isel support for G_BLOCK_ADDR.

Also refactors some existing code to materialize addresses for the large code model so it can be shared between G_GLOBAL_VALUE and G_BLOCK_ADDR.

This implements PR36390.


Repository:
  rL LLVM

https://reviews.llvm.org/D49903

Files:
  lib/Target/AArch64/AArch64InstructionSelector.cpp
  test/CodeGen/AArch64/GlobalISel/select-blockaddress.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49903.157637.patch
Type: text/x-patch
Size: 9722 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180727/b5f3a273/attachment-0001.bin>


More information about the llvm-commits mailing list