aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorKunwar Grover <groverkss@gmail.com>2024-01-24 03:00:34 +0530
committerGitHub <noreply@github.com>2024-01-23 13:30:34 -0800
commit9261ab708e37c2d6499ac063045f816d25a5919c (patch)
tree55ce7f6724bf178b82bd86879cf2b8cc178d7d21 /clang/lib/Frontend/CompilerInvocation.cpp
parent2b8649fbecdc300cde1032d739484690f75a27ba (diff)
downloadllvm-9261ab708e37c2d6499ac063045f816d25a5919c.zip
llvm-9261ab708e37c2d6499ac063045f816d25a5919c.tar.gz
llvm-9261ab708e37c2d6499ac063045f816d25a5919c.tar.bz2
[mlir][Target] Teach dense_resource conversion to LLVMIR Target (#78958)
This patch adds support for translating dense_resource attributes to LLVMIR Target. The support added is similar to how DenseElementsAttr is handled, except we don't need to handle splats. Another possible way of doing this is adding iteration on dense_resource, but that is non-trivial as DenseResourceAttr is not meant to be something you should directly access. It has subclasses which you are supposed to use to iterate on it.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions