diff options
author | Oleksandr "Alex" Zinenko <zinenko@google.com> | 2023-11-21 18:27:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-21 18:27:00 +0100 |
commit | 8169c157d5aaee67f6a5b13ca82d09e1b2848051 (patch) | |
tree | 9c12ee6e9b13fb999401ec5d4772921ff4e62014 /llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp | |
parent | c97e4273e2725578c8d51767321149e87f31d606 (diff) | |
download | llvm-8169c157d5aaee67f6a5b13ca82d09e1b2848051.zip llvm-8169c157d5aaee67f6a5b13ca82d09e1b2848051.tar.gz llvm-8169c157d5aaee67f6a5b13ca82d09e1b2848051.tar.bz2 |
[mlir] fix overflow in LLVM dialect inlining (#72878)
Don't use unsigned for sizes as they may be larger than that type can
hold.
Fixes #72678.
Diffstat (limited to 'llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions