diff options
author | Corentin Ferry <corentin.ferry@amd.com> | 2024-06-17 13:53:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-17 13:53:55 +0200 |
commit | 3cead572e91d3de5f8cb458f09ab39302e289d22 (patch) | |
tree | 319968fce8234f898c474a3f8b746fb4e387778b /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 770393bb99d947b908031f83e2d064b9666740e4 (diff) | |
download | llvm-3cead572e91d3de5f8cb458f09ab39302e289d22.zip llvm-3cead572e91d3de5f8cb458f09ab39302e289d22.tar.gz llvm-3cead572e91d3de5f8cb458f09ab39302e289d22.tar.bz2 |
[mlir][emitc] Add EmitC index types (#93155)
This commit adds `emitc.size_t`, `emitc.ssize_t` and `emitc.ptrdiff_t`
types to the EmitC dialect. These are used to map `index` types to C/C++
types with an explicit signedness, and are emitted in C/C++ as `size_t`,
`ssize_t` and `ptrdiff_t`.
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions