diff options
author | Fraser Cormack <fraser@codeplay.com> | 2025-03-05 14:18:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-05 14:18:51 +0000 |
commit | 760eeac6a22e49a3100c530dd130a7202ae0a56b (patch) | |
tree | b44ea5e12e46a68dde5fec2bcf5b9e64bc73a4a8 /lldb/source/Commands/CommandObjectMemory.cpp | |
parent | adb5d6aeae8234be7ef535dbbab9b8e9bd340d4f (diff) | |
download | llvm-760eeac6a22e49a3100c530dd130a7202ae0a56b.zip llvm-760eeac6a22e49a3100c530dd130a7202ae0a56b.tar.gz llvm-760eeac6a22e49a3100c530dd130a7202ae0a56b.tar.bz2 |
[libclc] Reduce bithacking in CLC frexp (#129871)
Also replace some magic constants with named ones.
Checking against FP zero and using isnan and isinf functions allows the
optimizer to create one unified @llvm.is.fpclass intrinsic. This results
in fewer more canonical IR instructions.
Diffstat (limited to 'lldb/source/Commands/CommandObjectMemory.cpp')
0 files changed, 0 insertions, 0 deletions