[all-commits] [llvm/llvm-project] be2ece: [SystemZ] Use isShiftedMask_64 instead of isString...

kazutakahirata via All-commits all-commits at lists.llvm.org
Mon Jan 23 22:48:56 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: be2ecee046baf5afccc0a3d5193f59608adeae7b
      https://github.com/llvm/llvm-project/commit/be2ecee046baf5afccc0a3d5193f59608adeae7b
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-01-23 (Mon, 23 Jan 2023)

  Changed paths:
    M llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp

  Log Message:
  -----------
  [SystemZ] Use isShiftedMask_64 instead of isStringOfOnes (NFC)

isStringOfOnes does the same thing as isShiftedMask_64, provided that
the parameter is nonzero, which is the case for both calls in this
patch.




More information about the All-commits mailing list