Files
clang-p2996/llvm/test/Transforms/InstSimplify/bitcast-vector-fold.ll
Paul Walker 87cdc8328d [LLVM][ConstFolds] Verify a scalar src before attempting scalar->vector bitcast transformation. (#111149)
It was previously safe to assume isa<Constant{Int,FP}> meant a scalar
value. This is not true when use-constant-##-for-###-splat are enabled.
2024-10-08 13:28:44 +01:00

11 KiB