diff options
author | Mel Chen <mel.chen@sifive.com> | 2025-04-30 17:01:14 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-30 17:01:14 +0800 |
commit | 08f0aa48006a34ad24d70a500cf8e0c619f421bc (patch) | |
tree | 632c42524e64cd2bcf8f3bd219a1af1bc68efd10 /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h | |
parent | 51c26023000486b5f2f78c73c145efb0262514a4 (diff) | |
download | llvm-08f0aa48006a34ad24d70a500cf8e0c619f421bc.zip llvm-08f0aa48006a34ad24d70a500cf8e0c619f421bc.tar.gz llvm-08f0aa48006a34ad24d70a500cf8e0c619f421bc.tar.bz2 |
[IVDescriptors] Call getOpcode on demand in getReductionOpChain. nfc (#118777)
Non-arithmetic reductions do not require the binary opcodes.
As a first step toward removing the dependency of non-arithmetic
reductions on `getOpcode` function, this patch refactors the
`getReductionOpChain` function.
In the future, once all users of `getOpcode` function are refactored, an
assertion can be added to `getOpcode` function to ensure that only
arithmetic reductions rely on it.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h')
0 files changed, 0 insertions, 0 deletions