summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2022-06-22 13:13:17 -0400
committerMatt Arsenault <Matthew.Arsenault@amd.com>2022-07-18 13:41:08 -0400
commit0f9d9edd24774678491c19aa8653d8ac6c44da97 (patch)
treecb80dc6a5d92f09469f6180104d0b22a02649b92 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent86c4242976f7d3da52d33558ddc372537fa85b0b (diff)
llvm-reduce: Add reduction for custom register masks
I have a register allocator failure that only reproduces with IPRA enabled, and requires the specific regmask if I want to only run the one relevant pass. The printed custom regmask is enormous and I would like to reduce it. This reduces each individual bit in the mask, but it would probably be better to start at register units and clear all aliasing fields at a time. This would require stricter verification that all aliasing bits are set in regmasks (although I would prefer to switch regmasks to use register units in the first place).
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions