Files
clang-p2996/llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
Alex MacLean 790f2eb16a [InstCombine] Avoid simplifying bitcast of undef to a zeroinitializer vector (#108872)
In some cases, if an undef value is the product of another instcombine
simplification, a bitcast of undef is simplified to a zeroinitializer
vector instead of undef.
2024-09-17 15:31:28 -07:00

114 KiB