Files
clang-p2996/llvm/test/Transforms/SLPVectorizer/ext-after-phi-node.ll
Alexey Bataev 5e67c41a93 [SLP]Fix PR90780: insert cast instruction for PHI nodes after all phi nodes.
Need to check if the vectorized value is a PHINode before insert casting
instruction and insert it after all phis to generate the code correctly.
2024-05-02 06:30:14 -07:00

1.6 KiB