summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2024-08-19 09:55:15 -0700
committerGitHub <noreply@github.com>2024-08-19 09:55:15 -0700
commit7d60f4648b9f794b8965b84a7a5641dfc5e07fae (patch)
tree9b8f5063763b3b0b0b9b6f0f72c4069ca39d32c4 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent93d0f82272dc230ff4d53d48c43b2f1518754a7b (diff)
[DirectX] Differentiate between 0/1 overloads in the OpBuilder. NFC
DXIL operations that only have one signature behave one of two ways - either they are always suffixed with a type like `dx.op.ThreadId.i32` and hence have exactly one overload, or they're never suffixed like `dx.op.CreateHandle` and hence have zero overloads. Update DXIL.td for operations that have one overload and remove the hack in the builder that was adjusting names for unoverloaded ops. Pull Request: https://github.com/llvm/llvm-project/pull/104246
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions