diff options
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2016-12-10 00:29:55 +0000 |
|---|---|---|
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2016-12-10 00:29:55 +0000 |
| commit | f0c862594b77b131dab77d7b8edcc86ab23660dc (patch) | |
| tree | 1bd70c12e3d99c2062573e150473bd77080871ce /llvm/lib/Target/AMDGPU/SIInstrFormats.td | |
| parent | 618b330dd006b731e07129d4c971eb905707133d (diff) | |
| download | bcm5719-llvm-f0c862594b77b131dab77d7b8edcc86ab23660dc.tar.gz bcm5719-llvm-f0c862594b77b131dab77d7b8edcc86ab23660dc.zip | |
AMDGPU: Fix vintrp disassembly
llvm-svn: 289292
Diffstat (limited to 'llvm/lib/Target/AMDGPU/SIInstrFormats.td')
| -rw-r--r-- | llvm/lib/Target/AMDGPU/SIInstrFormats.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/AMDGPU/SIInstrFormats.td b/llvm/lib/Target/AMDGPU/SIInstrFormats.td index ea5e58d07e0..5523ec142ba 100644 --- a/llvm/lib/Target/AMDGPU/SIInstrFormats.td +++ b/llvm/lib/Target/AMDGPU/SIInstrFormats.td @@ -242,7 +242,7 @@ let Uses = [EXEC] in { class VINTRPCommon <dag outs, dag ins, string asm, list<dag> pattern> : InstSI <outs, ins, asm, pattern> { - + let VINTRP = 1; // VINTRP instructions read parameter values from LDS, but these parameter // values are stored outside of the LDS memory that is allocated to the // shader for general purpose use. |

