[all-commits] [llvm/llvm-project] 8d433a: Teach the AArch64 backend to materialize immediate...

Owen Anderson via All-commits all-commits at lists.llvm.org
Sat Feb 4 18:30:10 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8d433a0ae55ac25ba0a77d733e1ee5e23d1eb9f7
      https://github.com/llvm/llvm-project/commit/8d433a0ae55ac25ba0a77d733e1ee5e23d1eb9f7
  Author: Owen Anderson <resistor at mac.com>
  Date:   2023-02-04 (Sat, 04 Feb 2023)

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

  Log Message:
  -----------
  Teach the AArch64 backend to materialize immediates using a pair of ORR-immediate
instructions.

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

Reviewed By: dmgreen

Differential Revision: https://reviews.llvm.org/D140952




More information about the All-commits mailing list