[all-commits] [llvm/llvm-project] 62c246: [AMDGPU][NFC] Rename opsel/opsel_hi/neg_lo/neg_hi ...

Carl Ritson via All-commits all-commits at lists.llvm.org
Mon Dec 14 03:03:01 PST 2020


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 62c246eda24c362f1aa5a71f2cf11f9df5642460
      https://github.com/llvm/llvm-project/commit/62c246eda24c362f1aa5a71f2cf11f9df5642460
  Author: Carl Ritson <carl.ritson at amd.com>
  Date:   2020-12-14 (Mon, 14 Dec 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SIInstrInfo.td
    M llvm/lib/Target/AMDGPU/VOP3Instructions.td
    M llvm/lib/Target/AMDGPU/VOP3PInstructions.td

  Log Message:
  -----------
  [AMDGPU][NFC] Rename opsel/opsel_hi/neg_lo/neg_hi with suffix 0

These parameters set a default value of 0, so I believe they
should include a 0 suffix. This allows for versions which do not
set a default value in future.

Reviewed By: foad

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




More information about the All-commits mailing list