diff options
| author | Jessica Paquette <jpaquette@apple.com> | 2021-07-20 17:28:45 -0700 |
|---|---|---|
| committer | Jessica Paquette <jpaquette@apple.com> | 2021-07-21 12:59:20 -0700 |
| commit | d0af732bd00c0390fbcc6f900e8a59eb3954106c (patch) | |
| tree | ed044bedd3591a4cfe87f0c0271b1d57314f4e4e /lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.h | |
| parent | 4e52a04833fb352090498d6d1c013a2c61d75e53 (diff) | |
| download | llvm-d0af732bd00c0390fbcc6f900e8a59eb3954106c.zip llvm-d0af732bd00c0390fbcc6f900e8a59eb3954106c.tar.gz llvm-d0af732bd00c0390fbcc6f900e8a59eb3954106c.tar.bz2 | |
[AArch64][GlobalISel] Widen s2 and s4 G_IMPLICIT_DEF + G_FREEZE
These had
```
.clampScalar(0, s1, 64)
.widenScalarToNextPow2(0, 8)
```
If you have s2 or s4, then `widenScalarToNextPow2` does nothing.
This changes the `widenScalarToNextPow2` rule to use s8 as the minimum type
instead, allowing us to correctly widen s2 and s4.
This does not impact s1, since it's marked as legal already.
Differential Revision: https://reviews.llvm.org/D106413
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.h')
0 files changed, 0 insertions, 0 deletions
