diff options
author | Arjun P <arjunpitchanathan@gmail.com> | 2021-12-16 18:11:31 +0530 |
---|---|---|
committer | Arjun P <arjunpitchanathan@gmail.com> | 2021-12-19 22:24:40 +0530 |
commit | 4fa96b7eca73b6b235e22f18371dba8c20ed715a (patch) | |
tree | 1939a62d52036f8e928e9180be55bbc3c4451846 /lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp | |
parent | ec0e4545caa18e0b55e4f25db913a10a4782fdc3 (diff) | |
download | llvm-4fa96b7eca73b6b235e22f18371dba8c20ed715a.zip llvm-4fa96b7eca73b6b235e22f18371dba8c20ed715a.tar.gz llvm-4fa96b7eca73b6b235e22f18371dba8c20ed715a.tar.bz2 |
[MLIR] Simplex: split some basic functionality out into a SimplexBase class
This is a purely mechanical patch moving some functionality out from the
`Simplex` class out into a `SimplexBase` class. This pavees the way for
a future patch adding support for lexicographic optimization with a class
`LexSimplex`, which will inherit from `SimplexBase`. Inheriting directly
from `Simplex` would bring many additional functions that would not work in
`LexSimplex` because it operates slighty differently from `Simplex`. So We
split out only the basic functionality it needs to inherit into `SimplexBase`.
Reviewed By: Groverkss
Differential Revision: https://reviews.llvm.org/D115831
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp')
0 files changed, 0 insertions, 0 deletions