diff options
author | Ramkumar Ramachandra <ramkumar.ramachandra@codasip.com> | 2025-04-29 09:47:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-29 09:47:38 +0100 |
commit | 49842426f3fc70af756f9e6fe80ecf829178a1b2 (patch) | |
tree | 6fd3c4b9b836b111516777e74ab364ad4e381fdd /clang/lib/AST/ByteCode/Program.cpp | |
parent | 980d027a3f2fbce173ad813a3f01bb51c2c2bc4b (diff) | |
download | llvm-49842426f3fc70af756f9e6fe80ecf829178a1b2.zip llvm-49842426f3fc70af756f9e6fe80ecf829178a1b2.tar.gz llvm-49842426f3fc70af756f9e6fe80ecf829178a1b2.tar.bz2 |
[LV] Fix MinBWs in WidenIntrinsic case (#137005)
There is a bug in the computation and handling of MinBWs in the case of
VPWidenIntrinsicRecipe: a crash is observed in
VPlanTransforms::truncateToMinimalBitwidths due to a mismatch between
the number of recipes processed and the number of entries in MinBWs. Fix
handling of calls in llvm::computeMinimumValueSizes, and handle
VPWidenIntrinsicRecipe in truncateToMinimalBitwidths, fixing the bug.
Fixes #87407.
Diffstat (limited to 'clang/lib/AST/ByteCode/Program.cpp')
0 files changed, 0 insertions, 0 deletions