diff options
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2022-06-22 13:13:17 -0400 |
|---|---|---|
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2022-07-18 13:41:08 -0400 |
| commit | 0f9d9edd24774678491c19aa8653d8ac6c44da97 (patch) | |
| tree | cb80dc6a5d92f09469f6180104d0b22a02649b92 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
| parent | 86c4242976f7d3da52d33558ddc372537fa85b0b (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
