[all-commits] [llvm/llvm-project] a89c9b: [VE] Remove unnecessary isReMaterializable flags

Kazushi Marukawa via All-commits all-commits at lists.llvm.org
Fri Nov 25 00:52:34 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a89c9bafe67f102f224560daad28651684fed516
      https://github.com/llvm/llvm-project/commit/a89c9bafe67f102f224560daad28651684fed516
  Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
  Date:   2022-11-25 (Fri, 25 Nov 2022)

  Changed paths:
    M llvm/lib/Target/VE/VEInstrInfo.td

  Log Message:
  -----------
  [VE] Remove unnecessary isReMaterializable flags

This flag should be used for instructions which create constant values.
So, remove the flag from not proper instructions.  Only LEA, LEASL, and
OR instructions have the flag now.

Reviewed By: efocht

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




More information about the All-commits mailing list