diff options
author | camc <69519329+camc@users.noreply.github.com> | 2025-09-07 13:59:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-07 20:59:58 +0800 |
commit | 59d69bfc20f1572936b29181a1cdfa309c4e209a (patch) | |
tree | 8eff37593abaf82321e32ada345772a91e645393 /clang/unittests/Tooling | |
parent | 6d6122eaff331e476addfb12c4936947a69a259d (diff) | |
download | llvm-main.zip llvm-main.tar.gz llvm-main.tar.bz2 |
Resolves #157067
APFloat::convertToInteger returns opInvalidOp when the conversion has
unspecified value. The int-to-float narrowing detection logic doesn't
check for this when comparing the converted-back integer with the
original integer.
PR adds a check for this, and test cases.
Diffstat (limited to 'clang/unittests/Tooling')
0 files changed, 0 insertions, 0 deletions