[all-commits] [llvm/llvm-project] 9d5a54: [Hexagon] Remove isLateInstrFeedsEarlyInstr (NFC)

kazutakahirata via All-commits all-commits at lists.llvm.org
Sun Jul 24 22:55:27 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9d5a544d34587b21d348f4705ad79e5fecc31987
      https://github.com/llvm/llvm-project/commit/9d5a544d34587b21d348f4705ad79e5fecc31987
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-07-24 (Sun, 24 Jul 2022)

  Changed paths:
    M llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp
    M llvm/lib/Target/Hexagon/HexagonInstrInfo.h

  Log Message:
  -----------
  [Hexagon] Remove isLateInstrFeedsEarlyInstr (NFC)

The last use was removed on May 3, 2017 in commit
2af5037d34dd81c8ff2dcc3ee5d3f000c2ec1a01.

This patch also removes isLateResultInstr and isEarlySourceInstr as
they become dead once we remove isLateInstrFeedsEarlyInstr.




More information about the All-commits mailing list