[all-commits] [llvm/llvm-project] e5b0c2: [AMDGPU] Add IsSingle to a few Interp instructions...
Joe Nash via All-commits
all-commits at lists.llvm.org
Wed Jun 19 06:59:57 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e5b0c210cc4cdaae7075ad2d4aa1efe4eb4cb0c5
https://github.com/llvm/llvm-project/commit/e5b0c210cc4cdaae7075ad2d4aa1efe4eb4cb0c5
Author: Joe Nash <joseph.nash at amd.com>
Date: 2024-06-19 (Wed, 19 Jun 2024)
Changed paths:
M llvm/lib/Target/AMDGPU/VOP3Instructions.td
Log Message:
-----------
[AMDGPU] Add IsSingle to a few Interp instructions (#95984)
A _e64 suffix should not be printed since these instructions only have
one legal encoding length. The absence of the IsSingle flag is hidden by
how the string is printed. We could fix it for GFX10 as well, but we
shouldn't change the asm output to omit _e64 at this point.
NFC.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list