[all-commits] [llvm/llvm-project] b12429: Implement support for AArch64ISD::MOVI in computeK...

adriantong1024 via All-commits all-commits at lists.llvm.org
Tue Nov 1 08:57:03 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b124295ef60f4ea5bc77b38d12da608e10d7d34e
      https://github.com/llvm/llvm-project/commit/b124295ef60f4ea5bc77b38d12da608e10d7d34e
  Author: Adrian Tong <adrian at platinumdragon.io>
  Date:   2022-11-01 (Tue, 01 Nov 2022)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/test/CodeGen/AArch64/fast-isel-cmp-vec.ll
    M llvm/test/CodeGen/AArch64/shift-accumulate.ll

  Log Message:
  -----------
  Implement support for AArch64ISD::MOVI in computeKnownBits

This helps simplify a USHR+ORR into USRA on AArch64

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




More information about the All-commits mailing list