diff options
author | Nikita Popov <npopov@redhat.com> | 2023-11-07 09:34:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-07 09:34:16 +0100 |
commit | 17764d2c87bad3b9654b7310c9936c0d15e9bf96 (patch) | |
tree | 7a9d3c480c4601c656440b83033759a115ddf7f6 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp | |
parent | a5c1ecada27a84161e8d947b4f4564c785aa3807 (diff) | |
download | llvm-17764d2c87bad3b9654b7310c9936c0d15e9bf96.zip llvm-17764d2c87bad3b9654b7310c9936c0d15e9bf96.tar.gz llvm-17764d2c87bad3b9654b7310c9936c0d15e9bf96.tar.bz2 |
[IR] Remove FP cast constant expressions (#71408)
Remove support for the fptrunc, fpext, fptoui, fptosi, uitofp and sitofp
constant expressions. All places creating them have been removed
beforehand, so this just removes the APIs and uses of these constant
expressions in tests.
With this, the only remaining FP operation that still has constant
expression support is fcmp.
This is part of
https://discourse.llvm.org/t/rfc-remove-most-constant-expressions/63179.
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp')
0 files changed, 0 insertions, 0 deletions