diff options
author | Andy Kaylor <akaylor@nvidia.com> | 2025-06-13 12:40:44 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-13 12:40:44 -0700 |
commit | b7cb34840cd1e8cea932f04d5b4e34b4056cb6de (patch) | |
tree | 894aed639feaeb0c9b022b2a703a9e5d5adb1d80 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | acc58ac8bf792d78233daf913565e2cbb61a8f5c (diff) | |
download | llvm-b7cb34840cd1e8cea932f04d5b4e34b4056cb6de.zip llvm-b7cb34840cd1e8cea932f04d5b4e34b4056cb6de.tar.gz llvm-b7cb34840cd1e8cea932f04d5b4e34b4056cb6de.tar.bz2 |
[CIR] Enable floating point casts (#144142)
We already had the code in place to emit CIR floating point cast ops
that get lowered to fpext or fptrunc, but we weren't calling the
function to emit that cast from ScalarExprEmitter::emitScalarCast. This
change adds that call.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions