diff options
author | Corentin Ferry <corentin.ferry@amd.com> | 2024-07-10 11:32:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-10 11:32:27 +0200 |
commit | 5c09dda5070f1114480d450fdfb528f0b08e6df6 (patch) | |
tree | ec7a553f13a00b9a2a4cbd963884ba52e7587ee0 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 6c84bba218f7b64f2257405ac30a3c6948df8373 (diff) | |
download | llvm-5c09dda5070f1114480d450fdfb528f0b08e6df6.zip llvm-5c09dda5070f1114480d450fdfb528f0b08e6df6.tar.gz llvm-5c09dda5070f1114480d450fdfb528f0b08e6df6.tar.bz2 |
[mlir][emitc] Lower arith.index_cast, arith.index_castui, arith.shli, arith.shrui, arith.shrsi (#95795)
This PR makes use of the newly introduced EmitC types, and lowers:
* ops dealing with index types (index_cast, index_castui),
* ops where `size_t` is used as part of the lowering (shli, shrui,
shrsi, to check for overflow and avoid UB in this case).
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions