| commit | 0a1ff464e1b1bc021acc5cf461cc21d72c1df1a9 | [log] [tgz] |
|---|---|---|
| author | Dmitry Preobrazhensky <dmitry.preobrazhensky@amd.com> | Mon Feb 05 14:18:53 2018 +0000 |
| committer | Dmitry Preobrazhensky <dmitry.preobrazhensky@amd.com> | Mon Feb 05 14:18:53 2018 +0000 |
| tree | 1340cbf20aee6a0fd275aeb29ca79c025b7f6211 | |
| parent | bcf201a843aa752c501ad48ab435cdb7c00e8bf8 [diff] [blame] |
[AMDGPU][MC] Corrected dst/data size for MIMG opcodes with d16 modifier See bug 36154: https://bugs.llvm.org/show_bug.cgi?id=36154 Differential Revision: https://reviews.llvm.org/D42847 Reviewers: cfang, artem.tamazov, arsenm llvm-svn: 324237
diff --git a/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h b/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h index 9e143aa..5e15e2e 100644 --- a/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h +++ b/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
@@ -284,8 +284,8 @@ } bool hasXNACK(const MCSubtargetInfo &STI); - bool hasMIMG_R128(const MCSubtargetInfo &STI); +bool hasPackedD16(const MCSubtargetInfo &STI); bool isSI(const MCSubtargetInfo &STI); bool isCI(const MCSubtargetInfo &STI);