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

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 30 00:10:07 PST 2023


efriedma added a comment.

FYI, there's an incomplete patch D78981 <https://reviews.llvm.org/D78981> which has misc two-instruction patterns for immediates, if you're looking in the area.  I found when I was looking at it that the more obscure patterns trigger quite rarely in practice in the codebases I was looking at, though, so I never got around to completing it.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D140952/new/

https://reviews.llvm.org/D140952



More information about the llvm-commits mailing list