mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
5c6b4c85d3
The test here is reduced from the fuzzer-generated crasher in: https://llvm.org/PR50023 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=33395 I don't know if this is the best or complete solution, but the zext of the i42 type appears to match the behavior if we run a weird type example like this through the IR optimizer with -O1. Differential Revision: https://reviews.llvm.org/D100766