diff options
author | Ivan Butygin <ivan.butygin@gmail.com> | 2024-11-05 12:30:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-05 14:30:21 +0300 |
commit | 9f0f6df03b1f6bc4feac8ca5670638b005d20d96 (patch) | |
tree | 29007e477506048b13e7da05bec9aa31157fb871 /lldb/source/Commands/CommandObjectProcess.cpp | |
parent | 2de3d00edc614cdce4b30b68be564a7a3123dbf9 (diff) | |
download | llvm-9f0f6df03b1f6bc4feac8ca5670638b005d20d96.zip llvm-9f0f6df03b1f6bc4feac8ca5670638b005d20d96.tar.gz llvm-9f0f6df03b1f6bc4feac8ca5670638b005d20d96.tar.bz2 |
[mlir] Add `arith-int-range-narrowing` pass (#112404)
This pass intended to narrow integer calculations to the specific
bitwidth, using `IntegerRangeAnalysis`.
We already have the `arith-int-narrowing` pass, but it mostly only doing
local analysis, while `IntegerRangeAnalysis` analyses entire program.
They ideally should be unified, but it's a task for the future.
Diffstat (limited to 'lldb/source/Commands/CommandObjectProcess.cpp')
0 files changed, 0 insertions, 0 deletions