diff options
author | Benjamin Maxwell <benjamin.maxwell@arm.com> | 2024-10-04 15:00:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-04 15:00:24 +0100 |
commit | 6b3220afa62bb1e77acf18dc7b622df9223e1ea8 (patch) | |
tree | 4a3c771b494ee12d09a057a0afc22b2662a59870 /llvm/utils/UpdateTestChecks/common.py | |
parent | d2051919bb42087ebde2a8bdcd5b2676ad16d8eb (diff) | |
download | llvm-6b3220afa62bb1e77acf18dc7b622df9223e1ea8.zip llvm-6b3220afa62bb1e77acf18dc7b622df9223e1ea8.tar.gz llvm-6b3220afa62bb1e77acf18dc7b622df9223e1ea8.tar.bz2 |
[InstCombine] Avoid crash on aggregate types in SimplifyDemandedUseFPClass (#111128)
The disables folding for FP aggregates that are not poison/posZero
types, which is currently not supported. Note: To fully handle this
aggregates would also likely require teaching `computeKnownFPClass()` to
handle array and struct constants (which does not seem implemented
outside of zero init).
Diffstat (limited to 'llvm/utils/UpdateTestChecks/common.py')
0 files changed, 0 insertions, 0 deletions