[PATCH] D140952: Teach the AArch64 backend to materialize immediates using a pair of ORR-immediateinstructions.

Owen Anderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 3 22:25:57 PST 2023


resistor created this revision.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
resistor requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Credit to czwarich for figuring out the algorithm to test for this.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D140952

Files:
  llvm/lib/Target/AArch64/AArch64ExpandImm.cpp
  llvm/lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp
  llvm/test/CodeGen/AArch64/arm64-movi.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140952.486164.patch
Type: text/x-patch
Size: 5235 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230104/fd1564e0/attachment.bin>


More information about the llvm-commits mailing list