diff options
author | Henrich Lauko <xlauko@mail.muni.cz> | 2025-08-01 21:04:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-01 21:04:54 +0200 |
commit | 4820b183a8d3a1b22dcc374f67ce89c8c01361b1 (patch) | |
tree | 00d24a520f4e62a1203022d74627d7cbd21eec60 /lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp | |
parent | a304e09fe767eb6e15680602cdabf5c405894061 (diff) | |
download | llvm-4820b183a8d3a1b22dcc374f67ce89c8c01361b1.zip llvm-4820b183a8d3a1b22dcc374f67ce89c8c01361b1.tar.gz llvm-4820b183a8d3a1b22dcc374f67ce89c8c01361b1.tar.bz2 |
[CIR] Simplify ConstantOp accesses and its getDefiningOp (#151216)
- Replaces dyn_cast<cir::ConstantOp>(v.getDefiningOp()) and similar with v.getDefiningOp<cir::ConstantOp>()
- Adds `getValueAttr` method to ConstantOp
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp')
0 files changed, 0 insertions, 0 deletions