diff options
| author | Uday Bondhugula <uday@polymagelabs.com> | 2023-10-26 13:34:54 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-26 13:34:54 +0530 |
| commit | 4506de1e2bfe9352331d75fe6d3c89f3d2f5287c (patch) | |
| tree | a435443ae9cc7c66333093050fae256700483ebd /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
| parent | f7dc26cab25e1000b1198625e30ce1acdbe8fcb4 (diff) | |
NFC. Move out and expose affine expression simplification utility out of AffineOps lib (#69813)
Move out trivial affine expression simplification out of AffineOps
library. Expose it from libIR. Users of such methods shouldn't have to
rely on the AffineOps dialect. For eg., with this change, the method can
be used now from lib/Analysis/ (FlatLinearConstraints) as well as
AffineOps dialect canonicalization.
This way those one won't need to depend on AffineOps for some
simplification of affine expressions.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions
