diff options
author | Sebastian Neubauer <sebastian.neubauer@amd.com> | 2020-09-30 14:15:24 +0200 |
---|---|---|
committer | Sebastian Neubauer <sebastian.neubauer@amd.com> | 2020-10-05 11:50:52 +0200 |
commit | 6a089ce0e40abbe4e0f26f05540e3caa60d98a29 (patch) | |
tree | d38e2c755ed059a55165eb5e66704b9f2f641388 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | d52211e384773ae06aabf476c78f16d2976660b0 (diff) | |
download | llvm-6a089ce0e40abbe4e0f26f05540e3caa60d98a29.zip llvm-6a089ce0e40abbe4e0f26f05540e3caa60d98a29.tar.gz llvm-6a089ce0e40abbe4e0f26f05540e3caa60d98a29.tar.bz2 |
[AMDGPU] Use tablegen for argument indices
Use tablegen generic tables to get the index of image intrinsic
arguments.
Before, the computation of which image intrinsic argument is at which
index was scattered in a few places, tablegen, the SDag instruction
selection and GlobalISel. This patch changes that, so only tablegen
contains code to compute indices and the ImageDimIntrinsicInfo table
provides these information.
Differential Revision: https://reviews.llvm.org/D86270
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions