[all-commits] [llvm/llvm-project] 78eead: [NFC][AArch64]Call encoding functions for left-shi...

Mingming Liu via All-commits all-commits at lists.llvm.org
Fri Nov 11 09:58:48 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 78eead268106f13f6131290cebc77e6fc5632990
      https://github.com/llvm/llvm-project/commit/78eead268106f13f6131290cebc77e6fc5632990
  Author: Mingming Liu <mingmingl at google.com>
  Date:   2022-11-11 (Fri, 11 Nov 2022)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp

  Log Message:
  -----------
  [NFC][AArch64]Call encoding functions for left-shift immediate (which is no-op in terms of value but better code style)

Call encoding functions for left-shfit immidate for consistency (and
easier tracking if the encoding ever changes in the future).

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




More information about the All-commits mailing list